Searched refs:idle_tout (Results 1 – 16 of 16) sorted by relevance
/system/bt/stack/include/ |
D | avdt_api.h | 320 idle_tout(0), in AvdtpRcb() 328 idle_tout = 0; in Reset() 335 uint8_t idle_tout; /* AVDTP idle signaling channel timeout */ variable
|
D | l2c_api.h | 775 uint16_t idle_tout);
|
D | gatt_api.h | 1012 extern void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout,
|
/system/bt/test/mock/ |
D | mock_stack_l2cap_api.h | 391 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()
|
D | mock_main_shim_l2cap_api.h | 371 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()
|
D | mock_stack_l2cap_api.cc | 243 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()
|
D | mock_stack_gatt.cc | 155 void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout, in GATT_SetIdleTimeout() argument
|
D | mock_main_shim_l2cap_api.cc | 236 uint16_t idle_tout) { in L2CA_SetLeGattTimeout() argument 239 idle_tout); in L2CA_SetLeGattTimeout()
|
/system/bt/stack/test/ |
D | stack_avdtp_test.cc | 64 _reg.idle_tout = 10; in SetUpTestCase()
|
/system/bt/main/shim/ |
D | l2c_api.h | 426 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout);
|
D | l2c_api.cc | 1150 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/ |
D | gatt_api.cc | 959 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/ |
D | mock_main_shim_l2c_api.cc | 120 uint16_t idle_tout) { in L2CA_SetLeGattTimeout() argument
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 1438 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/ |
D | avdt_ccb_act.cc | 125 uint64_t interval_ms = avdtp_cb.rcb.idle_tout * 1000; in avdt_ccb_chk_close()
|
/system/bt/bta/av/ |
D | bta_av_main.cc | 456 reg.idle_tout = BTA_AV_IDLE_TOUT; in bta_av_api_register()
|