Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_db.c370 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid)) in gatts_db_read_attr_value_by_type()
549 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
553 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
557 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
561 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
565 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
569 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
573 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
Dgatt_utils.c192 if ( gatt_uuid_compare (*p_app_uuid128, p->app_uuid128) in gatt_sr_is_new_srv_chg()
193 && gatt_uuid_compare (*p_svc_uuid, p->svc_uuid) in gatt_sr_is_new_srv_chg()
351 if ( gatt_uuid_compare (*p_app_uuid128, p_list->asgn_range.app_uuid128) in gatt_find_hdl_buffer_by_app_id()
352 && gatt_uuid_compare (*p_svc_uuid, p_list->asgn_range.svc_uuid) in gatt_find_hdl_buffer_by_app_id()
432 if (gatt_uuid_compare(value, *p_svc_uuid)) in gatt_is_last_attribute()
1000 BOOLEAN gatt_uuid_compare (tBT_UUID src, tBT_UUID tar) in gatt_uuid_compare() function
1323 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) && in gatt_sr_find_i_rcb_by_app_id()
1324 gatt_uuid_compare (*p_svc_uuid, *p_this_uuid) && in gatt_sr_find_i_rcb_by_app_id()
Dgatt_sr.c574 gatt_uuid_compare(value, *p_uuid)) in gatt_build_primary_service_rsp()
776 if (gatt_uuid_compare(uuid, primary_service)) in gatts_process_primary_service_req()
Dgatt_int.h584 extern BOOLEAN gatt_uuid_compare(tBT_UUID src, tBT_UUID tar);
Dgatt_cl.c897 if (!gatt_uuid_compare(record_value.dclr_value.char_uuid, p_clcb->uuid)) in gatt_process_read_by_type_rsp()