Searched refs:gatt_uuid_compare (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_db.c | 362 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid)) in gatts_db_read_attr_value_by_type() 538 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type() 542 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type() 546 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type() 550 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type() 554 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type() 558 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type() 562 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
|
D | gatt_utils.c | 213 if (gatt_uuid_compare(*p_app_uuid128, p->app_uuid128) in gatt_sr_is_new_srv_chg() 214 && gatt_uuid_compare (*p_svc_uuid, p->svc_uuid) in gatt_sr_is_new_srv_chg() 368 if ( gatt_uuid_compare (*p_app_uuid128, p_list->asgn_range.app_uuid128) in gatt_find_hdl_buffer_by_app_id() 369 && gatt_uuid_compare (*p_svc_uuid, p_list->asgn_range.svc_uuid) in gatt_find_hdl_buffer_by_app_id() 452 if (gatt_uuid_compare(value, *p_svc_uuid)) in gatt_is_last_attribute() 1029 BOOLEAN gatt_uuid_compare (tBT_UUID src, tBT_UUID tar) in gatt_uuid_compare() function 1377 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) && in gatt_sr_find_i_rcb_by_app_id() 1378 gatt_uuid_compare (*p_svc_uuid, *p_this_uuid) && in gatt_sr_find_i_rcb_by_app_id()
|
D | gatt_sr.c | 552 gatt_uuid_compare(value, *p_uuid)) in gatt_build_primary_service_rsp() 754 if (gatt_uuid_compare(uuid, primary_service)) in gatts_process_primary_service_req()
|
D | gatt_int.h | 564 extern BOOLEAN gatt_uuid_compare(tBT_UUID src, tBT_UUID tar);
|
D | gatt_cl.c | 902 if (!gatt_uuid_compare(record_value.dclr_value.char_uuid, p_clcb->uuid)) in gatt_process_read_by_type_rsp()
|