Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2cap_security_interface.h25 bool is_bonding);
Dl2cap_acl_interface.h28 bool is_bonding);
/system/bt/test/mock/
Dmock_main_shim_l2cap_api.h470 std::function<void(const RawAddress& bd_addr, bool is_bonding)> body{
471 [](const RawAddress& bd_addr, bool is_bonding) {}};
472 void operator()(const RawAddress& bd_addr, bool is_bonding) { in operator()
473 body(bd_addr, is_bonding); in operator()
Dmock_stack_l2cap_utils.cc86 tL2C_LCB* l2cu_allocate_lcb(const RawAddress& p_bd_addr, bool is_bonding, in l2cu_allocate_lcb() argument
281 void l2cu_update_lcb_4_bonding(const RawAddress& p_bd_addr, bool is_bonding) { in l2cu_update_lcb_4_bonding() argument
Dmock_main_shim_l2cap_api.cc285 bool is_bonding) { in L2CA_SetBondingState() argument
287 test::mock::main_shim_l2cap_api::L2CA_SetBondingState(bd_addr, is_bonding); in L2CA_SetBondingState()
Dmock_stack_acl.cc153 bool is_bonding) { in acl_create_classic_connection() argument
/system/bt/main/shim/
Dl2c_api.h466 void L2CA_SetBondingState(const RawAddress& p_bd_addr, bool is_bonding);
Dl2c_api.cc509 void UpdateLinkHoldForSecurity(RawAddress remote, bool is_bonding) { in UpdateLinkHoldForSecurity() argument
513 if (is_bonding) { in UpdateLinkHoldForSecurity()
1237 void L2CA_SetBondingState(const RawAddress& bd_addr, bool is_bonding) { in L2CA_SetBondingState() argument
1238 security_listener_shim_.UpdateLinkHoldForSecurity(bd_addr, is_bonding); in L2CA_SetBondingState()
/system/bt/stack/test/common/
Dmock_main_shim_l2c_api.cc198 bool is_bonding) { in L2CA_SetBondingState() argument
/system/bt/stack/l2cap/
Dl2c_utils.cc56 tL2C_LCB* l2cu_allocate_lcb(const RawAddress& p_bd_addr, bool is_bonding, in l2cu_allocate_lcb() argument
76 if (is_bonding) { in l2cu_allocate_lcb()
120 void l2cu_update_lcb_4_bonding(const RawAddress& p_bd_addr, bool is_bonding) { in l2cu_update_lcb_4_bonding() argument
122 bluetooth::shim::L2CA_SetBondingState(p_bd_addr, is_bonding); in l2cu_update_lcb_4_bonding()
130 << " is_bonding: " << is_bonding; in l2cu_update_lcb_4_bonding()
131 if (is_bonding) { in l2cu_update_lcb_4_bonding()
Dl2c_int.h672 extern tL2C_LCB* l2cu_allocate_lcb(const RawAddress& p_bd_addr, bool is_bonding,
/system/bt/stack/acl/
Dbtm_acl.cc2632 bool is_bonding) { in acl_create_classic_connection() argument
2646 (is_bonding && !there_are_high_priority_channels && in acl_create_classic_connection()