Home
last modified time | relevance | path

Searched refs:pan_data_buf_ind_cb (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/pan/
Dpan_main.c65 reg_info.p_data_buf_cb = pan_data_buf_ind_cb; in pan_register_with_bnep()
538 void pan_data_buf_ind_cb (UINT16 handle, in pan_data_buf_ind_cb() function
596 if (pan_cb.pan_data_buf_ind_cb) in pan_data_buf_ind_cb()
597 … (*pan_cb.pan_data_buf_ind_cb) (pcb->handle, src, dst, protocol, p_buf, ext, forward); in pan_data_buf_ind_cb()
620 if (pan_cb.pan_data_buf_ind_cb) in pan_data_buf_ind_cb()
621 (*pan_cb.pan_data_buf_ind_cb) (pcb->handle, src, dst, protocol, p_buf, ext, forward); in pan_data_buf_ind_cb()
Dpan_int.h80 tPAN_DATA_BUF_IND_CB *pan_data_buf_ind_cb; member
125 extern void pan_data_buf_ind_cb (UINT16 handle,
Dpan_api.c65 pan_cb.pan_data_buf_ind_cb = p_register->pan_data_buf_ind_cb; in PAN_Register()
94 pan_cb.pan_data_buf_ind_cb = NULL; in PAN_Deregister()
/external/bluetooth/bluedroid/stack/include/
Dpan_api.h206 tPAN_DATA_BUF_IND_CB *pan_data_buf_ind_cb; /* Data buffer indication callback */ member
/external/bluetooth/bluedroid/bta/pan/
Dbta_pan_act.c287 reg_data.pan_data_buf_ind_cb = bta_pan_data_buf_ind_cback; in bta_pan_enable()