Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_api.cc80 bnep_cb.p_data_buf_cb = p_reg_info->p_data_buf_cb; in BNEP_Register()
109 bnep_cb.p_data_buf_cb = NULL; in BNEP_Deregister()
Dbnep_main.cc518 if (bnep_cb.p_data_buf_cb) { in bnep_data_ind()
519 (*bnep_cb.p_data_buf_cb)(p_bcb->handle, src_addr, dst_addr, protocol, p_buf, in bnep_data_ind()
Dbnep_int.h149 tBNEP_DATA_BUF_CB* p_data_buf_cb; member
/packages/modules/Bluetooth/system/stack/include/
Dbnep_api.h175 tBNEP_DATA_BUF_CB* p_data_buf_cb; /* To pass the data buffer received */ member
/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()