Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/pan/
Dpan_api.c460 pcb = pan_get_pcb_by_handle (handle); in PAN_Disconnect()
567 pcb = pan_get_pcb_by_handle (handle); in PAN_Write()
681 pcb = pan_get_pcb_by_handle (handle); in PAN_WriteBuf()
739 pcb = pan_get_pcb_by_handle (handle); in PAN_SetProtocolFilters()
788 pcb = pan_get_pcb_by_handle (handle); in PAN_SetMulticastFilters()
Dpan_main.c237 pcb = pan_get_pcb_by_handle (handle); in pan_conn_ind_cb()
338 pcb = pan_get_pcb_by_handle (handle); in pan_connect_state_cb()
457 pcb = pan_get_pcb_by_handle (handle); in pan_data_ind_cb()
552 pcb = pan_get_pcb_by_handle (handle); in pan_data_buf_ind_cb()
Dpan_int.h145 extern tPAN_CONN *pan_get_pcb_by_handle (UINT16 handle);
Dpan_utils.c224 tPAN_CONN *pan_get_pcb_by_handle (UINT16 handle) in pan_get_pcb_by_handle() function