Home | History | Annotate | Download | only in gatt

Lines Matching refs:asgn_range

209     if (elem.asgn_range.s_handle == handle) return &elem;
227 if (gatt_uuid_compare(*p_app_uuid128, it->asgn_range.app_uuid128) &&
228 gatt_uuid_compare(*p_svc_uuid, it->asgn_range.svc_uuid) &&
229 (start_handle == it->asgn_range.s_handle)) {
245 if (memcmp(p_app_id, &it->asgn_range.app_uuid128, sizeof(tBT_UUID)) == 0) {