Searched refs:UUID_EQUAL (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 99 uint8_t UUID_EQUAL(uuid_t *uuid1, uuid_t *uuid2) in UUID_EQUAL() function 725 … if (UUID_EQUAL(attrs[i].uuid, UUID_GATT_PRIMARY) || UUID_EQUAL(attrs[i].uuid, UUID_GATT_SECONDARY) in ble_stack_gatt_registe_service() 726 || UUID_EQUAL(attrs[i].uuid, UUID_GATT_INCLUDE)) { in ble_stack_gatt_registe_service() 728 } else if (UUID_EQUAL(attrs[i].uuid, UUID_GATT_CHRC)) { in ble_stack_gatt_registe_service() 737 } else if (UUID_EQUAL(attrs[i].uuid, UUID_GATT_CCC)) { in ble_stack_gatt_registe_service() 747 } else if (UUID_EQUAL(attrs[i].uuid, UUID_GATT_CEP)) { in ble_stack_gatt_registe_service() 749 } else if (UUID_EQUAL(attrs[i].uuid, UUID_GATT_CUD)) { in ble_stack_gatt_registe_service() 752 } else if (UUID_EQUAL(attrs[i].uuid, UUID_GATT_CPF)) { in ble_stack_gatt_registe_service()
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | uuid.h | 87 uint8_t UUID_EQUAL(uuid_t *uuid1 , uuid_t *uuid2);
|
Completed in 6 milliseconds