Home
last modified time | relevance | path

Searched refs:GAP_ConnReadData (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_api.c1197 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()
Dbta_jv_act.c1790 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/
Dgap_api.h579 GAP_API extern UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data,
/external/bluetooth/bluedroid/stack/gap/
Dgap_conn.c292 UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) in GAP_ConnReadData() function