Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/pan/
Dpan_main.cc66 reg_info.p_data_buf_cb = pan_data_buf_ind_cb; in pan_register_with_bnep()
373 void pan_data_buf_ind_cb(uint16_t handle, const RawAddress& src, const RawAddress& dst, in pan_data_buf_ind_cb() function
423 if (pan_cb.pan_data_buf_ind_cb) { in pan_data_buf_ind_cb()
424 (*pan_cb.pan_data_buf_ind_cb)(pcb->handle, src, dst, protocol, p_buf, ext, forward); in pan_data_buf_ind_cb()
450 if (pan_cb.pan_data_buf_ind_cb) { in pan_data_buf_ind_cb()
451 (*pan_cb.pan_data_buf_ind_cb)(pcb->handle, src, dst, protocol, p_buf, ext, forward); in pan_data_buf_ind_cb()
Dpan_int.h90 tPAN_DATA_BUF_IND_CB* pan_data_buf_ind_cb; member
114 void pan_data_buf_ind_cb(uint16_t handle, const RawAddress& src, const RawAddress& dst,
Dpan_api.cc85 pan_cb.pan_data_buf_ind_cb = p_register->pan_data_buf_ind_cb; in PAN_Register()
111 pan_cb.pan_data_buf_ind_cb = NULL; in PAN_Deregister()
/packages/modules/Bluetooth/system/stack/include/
Dpan_api.h212 tPAN_DATA_BUF_IND_CB* pan_data_buf_ind_cb; /* Data buffer indication callback */ member
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_act.cc307 reg_data.pan_data_buf_ind_cb = bta_pan_data_buf_ind_cback; in bta_pan_enable()