Searched refs:GAP_ConnReadData (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/bta/jv/ |
D | bta_jv_api.c | 1197 if (BT_PASS == GAP_ConnReadData((UINT16)handle, p_data, len, &evt_data.len)) in BTA_JvL2capRead() 1245 if (BT_PASS == GAP_ConnReadData((UINT16)handle, p_data, len, &evt_data.len)) in BTA_JvL2capReceive() 1252 GAP_ConnReadData ((UINT16)handle, NULL, max_len, &read_len); in BTA_JvL2capReceive()
|
D | bta_jv_act.c | 1790 if (BT_PASS == GAP_ConnReadData(rc->handle, rc->p_data, rc->len, &evt_data.len)) in bta_jv_l2cap_read()
|
/external/bluetooth/bluedroid/stack/include/ |
D | gap_api.h | 579 GAP_API extern UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data,
|
/external/bluetooth/bluedroid/stack/gap/ |
D | gap_conn.c | 292 UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) in GAP_ConnReadData() function
|