Searched refs:p_char (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_le.cc | 474 const gatt::Characteristic* p_char = BTA_GATTC_GetCharacteristic(conn_id, char_handle); in find_descriptor_by_short_uuid() local 476 if (!p_char) { in find_descriptor_by_short_uuid() 481 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_descriptor_by_short_uuid() 1646 const gatt::Characteristic* p_char = in bta_hh_le_input_rpt_notify() local 1648 if (p_char == NULL) { in bta_hh_le_input_rpt_notify() 1654 const gatt::Service* p_svc = BTA_GATTC_GetOwningService(p_dev_cb->conn_id, p_char->value_handle); in bta_hh_le_input_rpt_notify() 1657 p_dev_cb, p_svc->handle, bta_hh_get_uuid16(p_dev_cb, p_char->uuid), p_char->value_handle); in bta_hh_le_input_rpt_notify() 1659 log::error("Unknown Report, uuid:{}, handle:0x{:04x}", p_char->uuid.ToString(), in bta_hh_le_input_rpt_notify() 1660 p_char->value_handle); in bta_hh_le_input_rpt_notify() 1853 const gatt::Characteristic* p_char = BTA_GATTC_GetCharacteristic(conn_id, handle); in read_report_cb() local [all …]
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | device.cc | 89 const gatt::Characteristic* p_char = BTA_GATTC_GetCharacteristic(connection_id, chrc_handle); in find_ccc_handle() local 90 if (!p_char) { in find_ccc_handle() 95 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_ccc_handle()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_act.cc | 1436 const gatt::Characteristic* p_char = bta_gattc_get_characteristic_srcb(p_srcb, p_notify->handle); in bta_gattc_process_srvc_chg_ind() local 1437 if (!p_char) { in bta_gattc_process_srvc_chg_ind() 1440 const gatt::Service* p_svc = bta_gattc_get_service_for_handle_srcb(p_srcb, p_char->value_handle); in bta_gattc_process_srvc_chg_ind() 1441 if (!p_svc || p_svc->uuid != gattp_uuid || p_char->uuid != srvc_chg_uuid) { in bta_gattc_process_srvc_chg_ind()
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 1955 const gatt::Characteristic* p_char = BTA_GATTC_GetCharacteristic(conn_id, char_handle); in find_ccc_handle() local 1957 if (!p_char) { in find_ccc_handle() 1962 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_ccc_handle()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_client.cc | 2194 const gatt::Characteristic* p_char = BTA_GATTC_GetCharacteristic(conn_id, char_handle); in FindCccHandle() local 2195 if (!p_char) { in FindCccHandle() 2200 for (const gatt::Descriptor& desc : p_char->descriptors) { in FindCccHandle()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client.cc | 2140 const gatt::Characteristic* p_char = BTA_GATTC_GetCharacteristic(conn_id, char_handle); in FindCccHandle() local 2141 if (!p_char) { in FindCccHandle() 2146 for (const gatt::Descriptor& desc : p_char->descriptors) { in FindCccHandle()
|