Home
last modified time | relevance | path

Searched refs:p_char (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_le.cc441 const gatt::Characteristic* p_char = in find_descriptor_by_short_uuid() local
444 if (!p_char) { in find_descriptor_by_short_uuid()
449 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_descriptor_by_short_uuid()
1524 const gatt::Characteristic* p_char = in bta_hh_le_input_rpt_notify() local
1526 if (p_char == NULL) { in bta_hh_le_input_rpt_notify()
1537 BTA_GATTC_GetOwningService(p_dev_cb->conn_id, p_char->value_handle); in bta_hh_le_input_rpt_notify()
1540 p_dev_cb, p_svc->handle, p_char->uuid.As16Bit(), p_char->value_handle); in bta_hh_le_input_rpt_notify()
1545 __func__, p_char->uuid.ToString().c_str(), p_char->value_handle); in bta_hh_le_input_rpt_notify()
1549 if (p_char->uuid == Uuid::From16Bit(GATT_UUID_HID_BT_MOUSE_INPUT)) in bta_hh_le_input_rpt_notify()
1551 else if (p_char->uuid == Uuid::From16Bit(GATT_UUID_HID_BT_KB_INPUT)) in bta_hh_le_input_rpt_notify()
[all …]
/system/bt/bta/vc/
Ddevice.cc57 const gatt::Characteristic* p_char = in find_ccc_handle() local
59 if (!p_char) { in find_ccc_handle()
64 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_ccc_handle()
/system/bt/bta/gatt/
Dbta_gattc_act.cc1197 const gatt::Characteristic* p_char = in bta_gattc_process_srvc_chg_ind() local
1199 if (!p_char) return false; in bta_gattc_process_srvc_chg_ind()
1201 bta_gattc_get_service_for_handle_srcb(p_srcb, p_char->value_handle); in bta_gattc_process_srvc_chg_ind()
1202 if (!p_svc || p_svc->uuid != gattp_uuid || p_char->uuid != srvc_chg_uuid) { in bta_gattc_process_srvc_chg_ind()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1609 const gatt::Characteristic* p_char = in find_ccc_handle() local
1612 if (!p_char) { in find_ccc_handle()
1617 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_ccc_handle()