Searched refs:GAP_ConnReadData (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/bta/jv/ |
D | bta_jv_api.c | 1184 if (BT_PASS == GAP_ConnReadData((UINT16)handle, p_data, len, &evt_data.len)) in BTA_JvL2capRead() 1228 if (BT_PASS == GAP_ConnReadData((UINT16)handle, p_data, len, &evt_data.len)) in BTA_JvL2capReceive() 1235 GAP_ConnReadData ((UINT16)handle, NULL, max_len, &read_len); in BTA_JvL2capReceive()
|
D | bta_jv_act.c | 1859 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 | 578 GAP_API extern UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data,
|
/external/bluetooth/bluedroid/stack/gap/ |
D | gap_conn.c | 291 UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) in GAP_ConnReadData() function
|