Home
last modified time | relevance | path

Searched refs:value_handle (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.cc99 LOG(ERROR) << "\t Characteristic value_handle=" << loghex(c.value_handle) in display_db()
181 uint16_t value_handle, const Uuid& uuid, uint8_t property) { in add_characteristic_to_gatt_db() argument
184 << ": Add a characteristic into service. handle:" << +value_handle in add_characteristic_to_gatt_db()
200 if (service->e_handle < value_handle) service->e_handle = value_handle; in add_characteristic_to_gatt_db()
204 .value_handle = value_handle, in add_characteristic_to_gatt_db()
235 if (it->value_handle > handle) break; in add_descriptor_to_gatt_db()
308 .s_handle = (uint16_t)(characteristic->value_handle + 1), in bta_gattc_start_disc_char_dscp()
670 if (handle == charac.value_handle) return &charac; in bta_gattc_get_characteristic_srcb()
844 charac.value_handle, 0 /* s_handle */, in bta_gattc_get_gatt_db_impl()
845 0 /* e_handle */, charac.value_handle, in bta_gattc_get_gatt_db_impl()
[all …]
Dbta_gattc_act.cc1131 bta_gattc_get_service_for_handle_srcb(p_srcb, p_char->value_handle); in bta_gattc_process_srvc_chg_ind()
/system/bt/bta/hh/
Dbta_hh_le.cc1324 BTA_GATTC_GetOwningService(conn_id, characteristic->value_handle); in read_report_ref_desc_cb()
1329 characteristic->value_handle); in read_report_ref_desc_cb()
1413 p_dev_cb->hid_srvc.control_point_handle = charac.value_handle; in bta_hh_le_search_hid_chars()
1417 BtaGattQueue::ReadCharacteristic(p_dev_cb->conn_id, charac.value_handle, in bta_hh_le_search_hid_chars()
1422 BtaGattQueue::ReadCharacteristic(p_dev_cb->conn_id, charac.value_handle, in bta_hh_le_search_hid_chars()
1425 bta_hh_le_read_char_descriptor(p_dev_cb, charac.value_handle, in bta_hh_le_search_hid_chars()
1433 charac.value_handle); in bta_hh_le_search_hid_chars()
1441 bta_hh_le_read_char_descriptor(p_dev_cb, charac.value_handle, in bta_hh_le_search_hid_chars()
1451 charac.value_handle) == NULL) in bta_hh_le_search_hid_chars()
1465 p_dev_cb->hid_srvc.proto_mode_handle = charac.value_handle; in bta_hh_le_search_hid_chars()
[all …]
/system/bt/bta/hearing_aid/
Dhearing_aid.cc469 << loghex(charac.value_handle); in OnServiceSearchComplete()
471 conn_id, charac.value_handle, in OnServiceSearchComplete()
474 hearingDevice->audio_control_point_handle = charac.value_handle; in OnServiceSearchComplete()
477 DVLOG(2) << "Reading Audio status " << loghex(charac.value_handle); in OnServiceSearchComplete()
478 BtaGattQueue::ReadCharacteristic(conn_id, charac.value_handle, in OnServiceSearchComplete()
482 hearingDevice->volume_handle = charac.value_handle; in OnServiceSearchComplete()
484 psm_handle = charac.value_handle; in OnServiceSearchComplete()
/system/bt/bta/include/
Dbta_gatt_api.h395 uint16_t value_handle; member