Home
last modified time | relevance | path

Searched refs:ESP_UUID_LEN_128 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/api/include/api/
Desp_bt_defs.h146 #define ESP_UUID_LEN_128 16 macro
151 uint8_t uuid128[ESP_UUID_LEN_128]; /*!< 128bit UUID */
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c282 u->len = ESP_UUID_LEN_128; in uuid128_be_to_esp_uuid()
283 uint8_t *p_i = uuid128 + ESP_UUID_LEN_128 - 1; in uuid128_be_to_esp_uuid()
285 uint8_t *p_end = p_o + ESP_UUID_LEN_128; in uuid128_be_to_esp_uuid()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c51 else if(src_uuid_len == ESP_UUID_LEN_128){ in btc_gatts_uuid_format_convert()
469 gatts_attr_db[i+1].att_desc.uuid_length != ESP_UUID_LEN_128) { in btc_gatts_check_valid_attr_tab()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c488 … for (int i = 0; i < p_data->p_data->disc_res.num_uuids; i++, i_uu += ESP_UUID_LEN_128, o_uu++) { in btc_gap_bt_search_services()