Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_main.cc76 sdp_cb.l2cap_my_cfg.mtu_present = true; in sdp_init()
77 sdp_cb.l2cap_my_cfg.mtu = SDP_MTU_SIZE; in sdp_init()
Dsdpint.h171 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */ member
/system/bt/stack/bnep/
Dbnep_main.cc76 memset(&bnep_cb.l2cap_my_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in bnep_register_with_l2cap()
78 bnep_cb.l2cap_my_cfg.mtu_present = true; in bnep_register_with_l2cap()
79 bnep_cb.l2cap_my_cfg.mtu = BNEP_MTU_SIZE; in bnep_register_with_l2cap()
Dbnep_int.h141 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */ member