HomeSort by relevance Sort by last modified time
    Searched defs:pan_data_buf_ind_cb (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/pan/
pan_main.c 66 reg_info.p_data_buf_cb = pan_data_buf_ind_cb;
523 ** Function pan_data_buf_ind_cb
540 void pan_data_buf_ind_cb (UINT16 handle, function
573 PAN_TRACE_EVENT ("pan_data_buf_ind_cb - for handle %d, protocol 0x%x, length %d, ext %d",
598 if (pan_cb.pan_data_buf_ind_cb)
599 (*pan_cb.pan_data_buf_ind_cb) (pcb->handle, src, dst, protocol, p_buf, ext, forward);
613 PAN_TRACE_EVENT ("pan_data_buf_ind_cb - destination PANU found and sending the data");
622 if (pan_cb.pan_data_buf_ind_cb)
623 (*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:__anon6312
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:__anon6225

Completed in 153 milliseconds