Home
last modified time | relevance | path

Searched refs:idle_tout (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Davdt_api.h317 idle_tout(0), in AvdtpRcb()
325 idle_tout = 0; in Reset()
332 uint8_t idle_tout; /* AVDTP idle signaling channel timeout */ variable
Dl2c_api.h850 uint16_t idle_tout);
Dgatt_api.h1129 void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout,
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_l2cap_api.h333 std::function<bool(const RawAddress& rem_bda, uint16_t idle_tout)> body{
334 [](const RawAddress& rem_bda, uint16_t idle_tout) { return false; }};
335 bool operator()(const RawAddress& rem_bda, uint16_t idle_tout) { in operator()
336 return body(rem_bda, idle_tout); in operator()
Dmock_stack_gatt_api.h408 std::function<void(const RawAddress& bd_addr, uint16_t idle_tout,
412 void operator()(const RawAddress& bd_addr, uint16_t idle_tout, in operator()
414 body(bd_addr, idle_tout, transport, is_active); in operator()
Dmock_stack_l2cap_api.h405 std::function<bool(const RawAddress& rem_bda, uint16_t idle_tout)> body{
409 bool operator()(const RawAddress& rem_bda, uint16_t idle_tout) { in operator()
410 return body(rem_bda, idle_tout); in operator()
Dmock_stack_gatt_api.cc237 void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout, in GATT_SetIdleTimeout() argument
240 test::mock::stack_gatt_api::GATT_SetIdleTimeout(bd_addr, idle_tout, transport, in GATT_SetIdleTimeout()
Dmock_stack_l2cap_api.cc229 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout() argument
231 return test::mock::stack_l2cap_api::L2CA_SetLeGattTimeout(rem_bda, idle_tout); in L2CA_SetLeGattTimeout()
/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/gatt/
Dgatt_api.cc1179 void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout, in GATT_SetIdleTimeout() argument
1185 status = L2CA_SetLeGattTimeout(bd_addr, idle_tout); in GATT_SetIdleTimeout()
1191 if (idle_tout == GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP) { in GATT_SetIdleTimeout()
1202 idle_tout, is_active, status); in GATT_SetIdleTimeout()
/packages/modules/Bluetooth/system/stack/test/
Dstack_avdtp_test.cc65 reg_ctrl_block_.idle_tout = 10; in SetUpTestCase()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1458 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout() argument
1470 idle_tout; in L2CA_SetLeGattTimeout()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_ccb_act.cc128 uint64_t interval_ms = avdtp_cb.rcb.idle_tout * 1000; in avdt_ccb_chk_close()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc532 reg.idle_tout = BTA_AV_IDLE_TOUT; in bta_av_api_register()