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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 50 tBNEP_CB bnep_cb; variable
82 memset(&bnep_cb.l2cap_my_cfg, 0, sizeof(tL2CAP_CFG_INFO));
84 bnep_cb.l2cap_my_cfg.mtu_present = TRUE;
85 bnep_cb.l2cap_my_cfg.mtu = BNEP_MTU_SIZE;
86 bnep_cb.l2cap_my_cfg.flush_to_present = TRUE;
87 bnep_cb.l2cap_my_cfg.flush_to = BNEP_FLUSH_TO;
89 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind;
90 bnep_cb.reg_info.pL2CA_ConnectCfm_Cb = bnep_connect_cfm;
91 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = bnep_config_ind;
92 bnep_cb.reg_info.pL2CA_ConfigCfm_Cb = bnep_config_cfm
    [all...]
bnep_int.h 198 BNEP_API extern tBNEP_CB bnep_cb;
201 #define bnep_cb (*bnep_cb_ptr) macro

Completed in 23 milliseconds