/external/bluetooth/bluedroid/stack/pan/ |
pan_int.h | 80 tPAN_DATA_BUF_IND_CB *pan_data_buf_ind_cb; member in struct:__anon3492 125 extern void pan_data_buf_ind_cb (UINT16 handle,
|
pan_main.c | 65 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);
|
pan_api.c | 65 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/ |
pan_api.h | 206 tPAN_DATA_BUF_IND_CB *pan_data_buf_ind_cb; /* Data buffer indication callback */ member in struct:__anon3401
|
/external/bluetooth/bluedroid/bta/pan/ |
bta_pan_act.c | 287 reg_data.pan_data_buf_ind_cb = bta_pan_data_buf_ind_cback;
|