Searched refs:uuid (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/btstack/wiced_include/ |
| D | wiced_bt_gatt.h | 286 wiced_bt_uuid_t uuid; /**< uuid */ member 348 wiced_bt_uuid_t uuid; /**< Service or Characteristic UUID */ member 564 #define CHARACTERISTIC_UUID16(handle, handle_value, uuid, properties, permission) \ argument 571 BIT16_TO_8(uuid), \ 575 BIT16_TO_8(uuid) 578 #define CHARACTERISTIC_UUID128(handle, handle_value, uuid, properties, permission) \ argument 585 uuid, \ 589 uuid 592 #define CHARACTERISTIC_UUID16_WRITABLE(handle, handle_value, uuid, properties, permission) \ argument 599 BIT16_TO_8(uuid), \ [all …]
|
| /hal_infineon-latest/bless/ |
| D | cy_ble_event_handler.c | 1027 … if(cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + j].uuid == in Cy_BLE_ReadByGroupEventHandler() 1028 locDiscServInfo.srvcInfo->uuid.uuid16) in Cy_BLE_ReadByGroupEventHandler() 1041 … (cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + j + 1u].uuid != in Cy_BLE_ReadByGroupEventHandler() 1042 locDiscServInfo.srvcInfo->uuid.uuid16)) in Cy_BLE_ReadByGroupEventHandler() 1168 switch(discCharInfo->uuid.uuid16) in Cy_BLE_GAPC_DiscoverCharacteristicsEventHandler() 1264 … (void)memcpy(&locDiscCharInfo.uuid.uuid128, attrVal, CY_BLE_GATT_128_BIT_UUID_SIZE); in Cy_BLE_ReadByTypeEventHandler() 1270 locDiscCharInfo.uuid.uuid16 = Cy_BLE_Get16ByPtr(attrVal); in Cy_BLE_ReadByTypeEventHandler() 1332 locDiscInclInfo.uuid.uuid16 = Cy_BLE_Get16ByPtr(attrVal); in Cy_BLE_ReadByTypeEventHandler() 1338 … if( (cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + j].uuid == in Cy_BLE_ReadByTypeEventHandler() 1339 locDiscInclInfo.uuid.uuid16) && in Cy_BLE_ReadByTypeEventHandler() [all …]
|
| D | cy_ble_common.c | 597 … cy_ble_serverInfo[idx][CY_BLE_SRVI_IPSS].uuid = CY_BLE_UUID_INTERNET_PROTOCOL_SUPPORT_SERVICE; in Cy_BLE_ServiceInit()
|