Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc65 struct L2CA_SetLeGattTimeout L2CA_SetLeGattTimeout; variable
229 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout() function
231 return test::mock::stack_l2cap_api::L2CA_SetLeGattTimeout(rem_bda, idle_tout); in L2CA_SetLeGattTimeout()
Dmock_stack_l2cap_api.h404 struct L2CA_SetLeGattTimeout { struct
413 extern struct L2CA_SetLeGattTimeout L2CA_SetLeGattTimeout; argument
Dmock_main_shim_l2cap_api.h332 struct L2CA_SetLeGattTimeout { struct
339 extern struct L2CA_SetLeGattTimeout L2CA_SetLeGattTimeout; argument
/packages/modules/Bluetooth/system/stack/fuzzers/
Dgatt_fuzzer.cc117 test::mock::stack_l2cap_api::L2CA_SetLeGattTimeout.body = in FakeBtStack()
135 test::mock::stack_l2cap_api::L2CA_SetLeGattTimeout = {}; in ~FakeBtStack()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h404 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout);
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h849 [[nodiscard]] bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda,
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1458 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout() function
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc1185 status = L2CA_SetLeGattTimeout(bd_addr, idle_tout); in GATT_SetIdleTimeout()