Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgap_api.h202 extern UINT16 GAP_ConnBTRead (UINT16 gap_handle, BT_HDR **pp_buf);
Dport_api.h571 extern int PORT_Read (UINT16 handle, BT_HDR **pp_buf);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c398 UINT16 GAP_ConnBTRead (UINT16 gap_handle, BT_HDR **pp_buf) in GAP_ConnBTRead() argument
410 *pp_buf = p_buf; in GAP_ConnBTRead()
415 *pp_buf = NULL; in GAP_ConnBTRead()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c1325 int PORT_Read (UINT16 handle, BT_HDR **pp_buf) in PORT_Read() argument
1361 *pp_buf = p_buf; in PORT_Read()