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

/external/bluetooth/bluedroid/stack/pan/
H A Dpan_int.h80 tPAN_DATA_BUF_IND_CB *pan_data_buf_ind_cb; member in struct:__anon1524
125 extern void pan_data_buf_ind_cb (UINT16 handle,
H A Dpan_main.c65 reg_info.p_data_buf_cb = pan_data_buf_ind_cb;
521 ** Function pan_data_buf_ind_cb
538 void pan_data_buf_ind_cb (UINT16 handle, function
571 PAN_TRACE_EVENT4 ("pan_data_buf_ind_cb - for handle %d, protocol 0x%x, length %d, ext %d",
596 if (pan_cb.pan_data_buf_ind_cb)
597 (*pan_cb.pan_data_buf_ind_cb) (pcb->handle, src, dst, protocol, p_buf, ext, forward);
611 PAN_TRACE_EVENT0 ("pan_data_buf_ind_cb - destination PANU found and sending the data");
620 if (pan_cb.pan_data_buf_ind_cb)
621 (*pan_cb.pan_data_buf_ind_cb) (pcb->handle, src, dst, protocol, p_buf, ext, forward);
H A Dpan_api.c65 pan_cb.pan_data_buf_ind_cb = p_register->pan_data_buf_ind_cb;
94 pan_cb.pan_data_buf_ind_cb = NULL;
/external/bluetooth/bluedroid/stack/include/
H A Dpan_api.h206 tPAN_DATA_BUF_IND_CB *pan_data_buf_ind_cb; /* Data buffer indication callback */ member in struct:__anon1433
/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_act.c287 reg_data.pan_data_buf_ind_cb = bta_pan_data_buf_ind_cback;

Completed in 55 milliseconds