Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_stack_l2cap_api.cc80 struct L2CA_SetIdleTimeoutByBdAddr L2CA_SetIdleTimeoutByBdAddr; variable
199 bool L2CA_SetIdleTimeoutByBdAddr(const RawAddress& bd_addr, uint16_t timeout, in L2CA_SetIdleTimeoutByBdAddr() function
202 return test::mock::stack_l2cap_api::L2CA_SetIdleTimeoutByBdAddr( in L2CA_SetIdleTimeoutByBdAddr()
H A Dmock_main_shim_l2cap_api.cc57 struct L2CA_SetIdleTimeoutByBdAddr L2CA_SetIdleTimeoutByBdAddr; variable
160 bool bluetooth::shim::L2CA_SetIdleTimeoutByBdAddr(const RawAddress& bd_addr, in L2CA_SetIdleTimeoutByBdAddr() function in bluetooth::shim
164 return test::mock::main_shim_l2cap_api::L2CA_SetIdleTimeoutByBdAddr( in L2CA_SetIdleTimeoutByBdAddr()
H A Dmock_stack_l2cap_api.h281 struct L2CA_SetIdleTimeoutByBdAddr { struct
291 extern struct L2CA_SetIdleTimeoutByBdAddr L2CA_SetIdleTimeoutByBdAddr; argument
H A Dmock_main_shim_l2cap_api.h213 struct L2CA_SetIdleTimeoutByBdAddr { struct
223 extern struct L2CA_SetIdleTimeoutByBdAddr L2CA_SetIdleTimeoutByBdAddr; argument
/aosp12/system/bt/main/shim/
H A Dl2c_api.h254 bool L2CA_SetIdleTimeoutByBdAddr(const RawAddress& bd_addr, uint16_t timeout,
H A Dl2c_api.cc825 bool L2CA_SetIdleTimeoutByBdAddr(const RawAddress& bd_addr, uint16_t timeout, in L2CA_SetIdleTimeoutByBdAddr() function
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_l2c_api.cc124 bool bluetooth::shim::L2CA_SetIdleTimeoutByBdAddr(const RawAddress& bd_addr, in L2CA_SetIdleTimeoutByBdAddr() function in bluetooth::shim
/aosp12/system/bt/bta/hf_client/
H A Dbta_hf_client_act.cc62 L2CA_SetIdleTimeoutByBdAddr(client_cb->peer_addr, 0, BT_TRANSPORT_BR_EDR); in bta_hf_client_start_close()
/aosp12/system/bt/stack/include/
H A Dl2c_api.h569 extern bool L2CA_SetIdleTimeoutByBdAddr(const RawAddress& bd_addr,
/aosp12/system/bt/stack/l2cap/
H A Dl2c_api.cc942 bool L2CA_SetIdleTimeoutByBdAddr(const RawAddress& bd_addr, uint16_t timeout, in L2CA_SetIdleTimeoutByBdAddr() function
945 return bluetooth::shim::L2CA_SetIdleTimeoutByBdAddr(bd_addr, timeout, in L2CA_SetIdleTimeoutByBdAddr()
/aosp12/system/bt/stack/hid/
H A Dhidd_conn.cc669 L2CA_SetIdleTimeoutByBdAddr(hd_cb.device.addr, 0, BT_TRANSPORT_BR_EDR); in hidd_conn_disconnect()
H A Dhidh_conn.cc144 L2CA_SetIdleTimeoutByBdAddr(hh_cb.devices[dhandle].addr, 0, in hidh_conn_disconnect()
/aosp12/system/bt/bta/ag/
H A Dbta_ag_act.cc653 L2CA_SetIdleTimeoutByBdAddr(p_scb->peer_addr, 0, BT_TRANSPORT_BR_EDR); in bta_ag_start_close()
/aosp12/system/bt/stack/gatt/
H A Dgatt_api.cc968 L2CA_SetIdleTimeoutByBdAddr( in GATT_SetIdleTimeout()
/aosp12/system/bt/stack/smp/
H A Dsmp_utils.cc924 L2CA_SetIdleTimeoutByBdAddr(p_cb->pairing_bda, SMP_LINK_TOUT_MIN, in smp_reset_control_value()
/aosp12/system/bt/bta/dm/
H A Dbta_dm_act.cc422 L2CA_SetIdleTimeoutByBdAddr(RawAddress::kAny, 0, BT_TRANSPORT_BR_EDR); in bta_dm_disable()
423 L2CA_SetIdleTimeoutByBdAddr(RawAddress::kAny, 0, BT_TRANSPORT_LE); in bta_dm_disable()