Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgap_api.h238 extern uint16_t GAP_ConnBTRead(uint16_t gap_handle, BT_HDR** pp_buf);
Dport_api.h545 extern int PORT_Read(uint16_t handle, BT_HDR** pp_buf);
/system/bt/stack/gap/
Dgap_conn.cc464 uint16_t GAP_ConnBTRead(uint16_t gap_handle, BT_HDR** pp_buf) { in GAP_ConnBTRead() argument
473 *pp_buf = p_buf; in GAP_ConnBTRead()
478 *pp_buf = NULL; in GAP_ConnBTRead()
/system/bt/stack/rfcomm/
Dport_api.cc1226 int PORT_Read(uint16_t handle, BT_HDR** pp_buf) { in PORT_Read() argument
1261 *pp_buf = p_buf; in PORT_Read()