Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_api.cc74 bnep_cb.p_data_buf_cb = p_reg_info->p_data_buf_cb; in BNEP_Register()
103 bnep_cb.p_data_buf_cb = NULL; in BNEP_Deregister()
Dbnep_int.h168 tBNEP_DATA_BUF_CB* p_data_buf_cb; member
Dbnep_main.cc622 if (bnep_cb.p_data_buf_cb) { in bnep_data_ind()
623 (*bnep_cb.p_data_buf_cb)(p_bcb->handle, *p_src_addr, *p_dst_addr, protocol, in bnep_data_ind()
/system/bt/stack/include/
Dbnep_api.h170 tBNEP_DATA_BUF_CB* p_data_buf_cb; /* To pass the data buffer received */ member
/system/bt/stack/pan/
Dpan_main.cc61 reg_info.p_data_buf_cb = pan_data_buf_ind_cb; in pan_register_with_bnep()