Home
last modified time | relevance | path

Searched refs:kIllegalConnectionHandle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Ddistance_measurement_manager.cc47 static constexpr uint16_t kIllegalConnectionHandle = 0xffff; variable
246 if (connection_handle == kIllegalConnectionHandle) { in start_distance_measurement()
431 if (connection_handle == kIllegalConnectionHandle) { in send_read_rssi()
559 if (connection_handle_from_acl_manager == kIllegalConnectionHandle) { in send_le_cs_procedure_enable()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h138 static constexpr uint16_t kIllegalConnectionHandle = 0xffff;
225 return kIllegalConnectionHandle; in HACK_get_handle()
Dle_impl.h184 static constexpr uint16_t kIllegalConnectionHandle = 0xffff;
276 return kIllegalConnectionHandle; in HACK_get_handle()