Searched refs:ccc_hdl (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | storage_helper.cc | 101 uint16_t ccc_handle = std::get<0>(pac_tuple).ccc_hdl; in serializePacs() 204 STREAM_TO_UINT16(hdl_pair.ccc_hdl, ptr); in deserializePacs() 208 hdl_pair.val_hdl, hdl_pair.ccc_hdl, pac_count); in deserializePacs() 292 ase.hdls.val_hdl, ase.hdls.ccc_hdl); in SerializeAses() 295 UINT16_TO_STREAM(ptr, ase.hdls.ccc_hdl); in SerializeAses() 381 leAudioDevice->ctp_hdls_.ccc_hdl == 0) { in SerializeHandles() 388 UINT16_TO_STREAM(ptr, leAudioDevice->ctp_hdls_.ccc_hdl); in SerializeHandles() 391 UINT16_TO_STREAM(ptr, leAudioDevice->snk_audio_locations_hdls_.ccc_hdl); in SerializeHandles() 394 UINT16_TO_STREAM(ptr, leAudioDevice->src_audio_locations_hdls_.ccc_hdl); in SerializeHandles() 397 UINT16_TO_STREAM(ptr, leAudioDevice->audio_supp_cont_hdls_.ccc_hdl); in SerializeHandles() [all …]
|
D | client.cc | 2268 leAudioDevice->ctp_hdls_.ccc_hdl, in OnEncryptionComplete() 2517 uint16_t ccc_handle = handle_pair.ccc_hdl; in subscribe_for_notification() 2780 hdl_pair.ccc_hdl = find_ccc_handle(charac); in OnServiceSearchComplete() 2782 if (hdl_pair.ccc_hdl == 0) { in OnServiceSearchComplete() 2786 if (hdl_pair.ccc_hdl != 0 && in OnServiceSearchComplete() 2806 charac.value_handle, hdl_pair.ccc_hdl, leAudioDevice->address_); in OnServiceSearchComplete() 2812 hdl_pair.ccc_hdl = find_ccc_handle(charac); in OnServiceSearchComplete() 2814 if (hdl_pair.ccc_hdl == 0) { in OnServiceSearchComplete() 2818 if (hdl_pair.ccc_hdl != 0 && in OnServiceSearchComplete() 2838 charac.value_handle, hdl_pair.ccc_hdl, leAudioDevice->address_); in OnServiceSearchComplete() [all …]
|
D | le_audio_types.h | 1118 hdl_pair(uint16_t val_hdl, uint16_t ccc_hdl) in hdl_pair() 1119 : val_hdl(val_hdl), ccc_hdl(ccc_hdl) {} in hdl_pair() 1122 uint16_t ccc_hdl = 0; member 1148 ase(uint16_t val_hdl, uint16_t ccc_hdl, uint8_t direction, 1150 : hdls(val_hdl, ccc_hdl), in hdls()
|
D | state_machine_test.cc | 690 leAudioDevice->snk_audio_locations_hdls_.ccc_hdl = attr_handle++; in PrepareConnectedDevice() 692 leAudioDevice->src_audio_locations_hdls_.ccc_hdl = attr_handle++; in PrepareConnectedDevice() 694 leAudioDevice->audio_avail_hdls_.ccc_hdl = attr_handle++; in PrepareConnectedDevice() 696 leAudioDevice->audio_supp_cont_hdls_.ccc_hdl = attr_handle++; in PrepareConnectedDevice() 698 leAudioDevice->ctp_hdls_.ccc_hdl = attr_handle++; in PrepareConnectedDevice() 704 ase.hdls.ccc_hdl = attr_handle++; in PrepareConnectedDevice() 714 ase.hdls.ccc_hdl = attr_handle++; in PrepareConnectedDevice() 1073 handle_pair.ccc_hdl = attr_handle++; in MultipleTestDevicePrepare() 1098 handle_pair.ccc_hdl = attr_handle++; in MultipleTestDevicePrepare()
|
D | devices.cc | 959 << " / CCC handle: " << loghex(std::get<0>(pac).ccc_hdl); in DumpPacsDebugState()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_types.h | 65 hdl_pair(uint16_t val_hdl, uint16_t ccc_hdl) in hdl_pair() 66 : val_hdl(val_hdl), ccc_hdl(ccc_hdl) {} in hdl_pair() 69 uint16_t ccc_hdl; member 229 if (inst->svc_data.sirk_handle.ccc_hdl == ccc_handle) { in FindValueHandleByCccHandle() 231 } else if (inst->svc_data.lock_handle.ccc_hdl == ccc_handle) { in FindValueHandleByCccHandle() 233 } else if (inst->svc_data.size_handle.ccc_hdl == ccc_handle) { in FindValueHandleByCccHandle()
|
D | csis_client.cc | 1749 csis_inst->svc_data.lock_handle.ccc_hdl = ccc_handle; in OnCsisServiceFound() 1758 csis_inst->svc_data.lock_handle.ccc_hdl, device->addr); in OnCsisServiceFound() 1768 csis_inst->svc_data.sirk_handle.ccc_hdl = ccc_handle; in OnCsisServiceFound() 1779 csis_inst->svc_data.sirk_handle.ccc_hdl, device->addr); in OnCsisServiceFound() 1784 csis_inst->svc_data.size_handle.ccc_hdl = ccc_handle; in OnCsisServiceFound() 1795 csis_inst->svc_data.size_handle.ccc_hdl, device->addr); in OnCsisServiceFound()
|