Searched refs:GAP_ConnReadData (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | gap_api.h | 178 extern UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data,
|
/system/bt/bta/jv/ |
D | bta_jv_api.c | 641 if (BT_PASS == GAP_ConnReadData((UINT16)handle, p_data, len, &evt_data.len)) in BTA_JvL2capRead()
|
D | bta_jv_act.c | 1340 if (BT_PASS == GAP_ConnReadData(rc->handle, rc->p_data, rc->len, &evt_data.len)) in bta_jv_l2cap_read()
|
/system/bt/stack/gap/ |
D | gap_conn.c | 344 UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) in GAP_ConnReadData() function
|