Lines Matching refs:hdl
1777 void LeAudioCharValueHandle(uint16_t conn_id, uint16_t hdl, uint16_t len, in LeAudioCharValueHandle() argument
1788 ase = leAudioDevice->GetAseByValHandle(hdl); in LeAudioCharValueHandle()
1800 [&hdl](auto& pac_ent) { return std::get<0>(pac_ent).val_hdl == hdl; }); in LeAudioCharValueHandle()
1828 [&hdl](auto& pac_ent) { return std::get<0>(pac_ent).val_hdl == hdl; }); in LeAudioCharValueHandle()
1854 if (hdl == leAudioDevice->snk_audio_locations_hdls_.val_hdl) { in LeAudioCharValueHandle()
1885 } else if (hdl == leAudioDevice->src_audio_locations_hdls_.val_hdl) { in LeAudioCharValueHandle()
1913 } else if (hdl == leAudioDevice->audio_avail_hdls_.val_hdl) { in LeAudioCharValueHandle()
1960 } else if (hdl == leAudioDevice->audio_supp_cont_hdls_.val_hdl) { in LeAudioCharValueHandle()
1971 } else if (hdl == leAudioDevice->ctp_hdls_.val_hdl) { in LeAudioCharValueHandle()
1973 } else if (hdl == leAudioDevice->tmap_role_hdl_) { in LeAudioCharValueHandle()
1977 log::error("Unknown attribute read: 0x{:x}", hdl); in LeAudioCharValueHandle()
1981 void OnGattReadRsp(uint16_t conn_id, tGATT_STATUS status, uint16_t hdl, in OnGattReadRsp() argument
1983 LeAudioCharValueHandle(conn_id, hdl, len, value); in OnGattReadRsp()
3091 void OnGattWriteCcc(uint16_t conn_id, tGATT_STATUS status, uint16_t hdl, in OnGattWriteCcc() argument
3109 log::info("Successfully registered on ccc: 0x{:04x}, device: {}", hdl, in OnGattWriteCcc()
3112 if (leAudioDevice->ctp_hdls_.ccc_hdl == hdl && in OnGattWriteCcc()
3126 hdl, leAudioDevice->address_, status); in OnGattWriteCcc()
3130 [&hdl](const struct ase& ase) -> bool { in OnGattWriteCcc()
3131 return ase.hdls.ccc_hdl == hdl; in OnGattWriteCcc()
3135 log::error("Unknown ccc handle: 0x{:04x}, device: {}", hdl, in OnGattWriteCcc()
5248 uint16_t hdl, uint16_t len, in OnGattCtpCccReadRspStatic() argument
5287 uint16_t hdl, uint16_t len, uint8_t* value, in OnGattReadRspStatic() argument
5295 instance->LeAudioCharValueHandle(conn_id, hdl, len, value); in OnGattReadRspStatic()
5301 hdl, static_cast<int>(status)); in OnGattReadRspStatic()