Home
last modified time | relevance | path

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

/system/bt/stack/include/
Davdt_api.h320 idle_tout(0), in AvdtpRcb()
328 idle_tout = 0; in Reset()
335 uint8_t idle_tout; /* AVDTP idle signaling channel timeout */ variable
Dl2c_api.h775 uint16_t idle_tout);
Dgatt_api.h1012 extern void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout,
/system/bt/test/mock/
Dmock_stack_l2cap_api.h391 std::function<bool(const RawAddress& rem_bda, uint16_t idle_tout)> body{
392 [](const RawAddress& rem_bda, uint16_t idle_tout) { return false; }};
393 bool operator()(const RawAddress& rem_bda, uint16_t idle_tout) { in operator()
394 return body(rem_bda, idle_tout); in operator()
Dmock_main_shim_l2cap_api.h371 std::function<bool(const RawAddress& rem_bda, uint16_t idle_tout)> body{
372 [](const RawAddress& rem_bda, uint16_t idle_tout) { return false; }};
373 bool operator()(const RawAddress& rem_bda, uint16_t idle_tout) { in operator()
374 return body(rem_bda, idle_tout); in operator()
Dmock_stack_l2cap_api.cc243 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout() argument
245 return test::mock::stack_l2cap_api::L2CA_SetLeGattTimeout(rem_bda, idle_tout); in L2CA_SetLeGattTimeout()
Dmock_stack_gatt.cc155 void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout, in GATT_SetIdleTimeout() argument
Dmock_main_shim_l2cap_api.cc236 uint16_t idle_tout) { in L2CA_SetLeGattTimeout() argument
239 idle_tout); in L2CA_SetLeGattTimeout()
/system/bt/stack/test/
Dstack_avdtp_test.cc64 _reg.idle_tout = 10; in SetUpTestCase()
/system/bt/main/shim/
Dl2c_api.h426 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout);
Dl2c_api.cc1150 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout() argument
1151 if (idle_tout == 0xffff) { in L2CA_SetLeGattTimeout()
/system/bt/stack/gatt/
Dgatt_api.cc959 void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout, in GATT_SetIdleTimeout() argument
965 status = L2CA_SetLeGattTimeout(bd_addr, idle_tout); in GATT_SetIdleTimeout()
967 if (idle_tout == GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP) in GATT_SetIdleTimeout()
972 VLOG(1) << __func__ << " idle_tout=" << idle_tout << ", status=" << +status in GATT_SetIdleTimeout()
/system/bt/stack/test/common/
Dmock_main_shim_l2c_api.cc120 uint16_t idle_tout) { in L2CA_SetLeGattTimeout() argument
/system/bt/stack/l2cap/
Dl2c_api.cc1438 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout() argument
1440 return bluetooth::shim::L2CA_SetLeGattTimeout(rem_bda, idle_tout); in L2CA_SetLeGattTimeout()
1455 idle_tout; in L2CA_SetLeGattTimeout()
/system/bt/stack/avdt/
Davdt_ccb_act.cc125 uint64_t interval_ms = avdtp_cb.rcb.idle_tout * 1000; in avdt_ccb_chk_close()
/system/bt/bta/av/
Dbta_av_main.cc456 reg.idle_tout = BTA_AV_IDLE_TOUT; in bta_av_api_register()