Searched refs:u8p (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 2920 const UINT8 *u8p; in gatt_uuid_to_str() local 2932 u8p = uuid->uu.uuid128; in gatt_uuid_to_str() 2936 u8p[15], u8p[14], u8p[13], u8p[12], in gatt_uuid_to_str() 2937 u8p[11], u8p[10], u8p[9], u8p[8], in gatt_uuid_to_str() 2938 u8p[7], u8p[6], u8p[5], u8p[4], in gatt_uuid_to_str() 2939 u8p[3], u8p[2], u8p[1], u8p[0]); in gatt_uuid_to_str()
|