Searched refs:GAP_ConnReadData (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_gap_conn.cc | 70 uint16_t GAP_ConnReadData(uint16_t gap_handle, uint8_t* p_data, in GAP_ConnReadData() function
|
/aosp12/system/bt/stack/include/ |
H A D | gap_api.h | 151 extern uint16_t GAP_ConnReadData(uint16_t gap_handle, uint8_t* p_data,
|
/aosp12/system/bt/bta/jv/ |
H A D | bta_jv_api.cc | 336 GAP_ConnReadData((uint16_t)handle, p_data, len, &evt_data.len)) { in BTA_JvL2capRead()
|
/aosp12/system/bt/stack/gap/ |
H A D | gap_conn.cc | 353 uint16_t GAP_ConnReadData(uint16_t gap_handle, uint8_t* p_data, in GAP_ConnReadData() function
|
/aosp12/system/bt/bta/hearing_aid/ |
H A D | hearing_aid.cc | 1353 GAP_ConnReadData(gap_handle, buffer.data(), buffer.size(), &bytes_read); in GapCallback()
|