/external/bluetooth/bluedroid/stack/pan/ |
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_int.h | 80 tPAN_DATA_BUF_IND_CB *pan_data_buf_ind_cb; member in struct:__anon1237 125 extern void pan_data_buf_ind_cb (UINT16 handle,
|
/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:__anon1139
|