Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc63 static void bnep_data_ind(uint16_t l2cap_cid, BT_HDR* p_msg);
87 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
330 static void bnep_data_ind(uint16_t l2cap_cid, BT_HDR* p_buf) { in bnep_data_ind() function