Searched refs:GAP_ConnReadData (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | gap_api.h | 208 extern uint16_t GAP_ConnReadData(uint16_t gap_handle, uint8_t* p_data,
|
/system/bt/bta/jv/ |
D | bta_jv_api.cc | 436 GAP_ConnReadData((uint16_t)handle, p_data, len, &evt_data.len)) { in BTA_JvL2capRead()
|
/system/bt/stack/gap/ |
D | gap_conn.cc | 372 uint16_t GAP_ConnReadData(uint16_t gap_handle, uint8_t* p_data, in GAP_ConnReadData() function
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 1333 GAP_ConnReadData(gap_handle, buffer.data(), buffer.size(), &bytes_read); in GapCallback()
|