/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_sr_hash.c | 79 tBT_UUID char_uuid = {0}; in calculate_database_info_size() local 82 attr_uuid_to_bt_uuid((void *)p_attr, &char_uuid); in calculate_database_info_size() 84 len += 7 + char_uuid.len; in calculate_database_info_size() 129 tBT_UUID char_uuid = {0}; in fill_database_info() local 136 attr_uuid_to_bt_uuid((void *)p_attr, &char_uuid); in fill_database_info() 138 gatt_build_uuid_to_stream(&p_data, char_uuid); in fill_database_info() 228 tBT_UUID char_uuid; in gatts_show_local_database() local 231 attr_uuid_to_bt_uuid((void *)p_char_val, &char_uuid); in gatts_show_local_database() 234 printf("\tuuid %s\n", gatt_uuid_to_str(&char_uuid)); in gatts_show_local_database()
|
D | gatt_cl.c | 897 … if (!gatt_parse_uuid_from_cmd(&record_value.dclr_value.char_uuid, (UINT16)(value_len - 3), &p)) { in gatt_process_read_by_type_rsp() 904 if (!gatt_uuid_compare(record_value.dclr_value.char_uuid, p_clcb->uuid)) { in gatt_process_read_by_type_rsp()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 104 p_data->add_result.char_uuid.uu.uuid16); in bas_gatts_callback() 105 UINT16 char_uuid = p_data->add_result.char_uuid.uu.uuid16; in bas_gatts_callback() local 107 UINT16 uuid_len = p_data->add_result.char_uuid.len; in bas_gatts_callback() 110 if (char_uuid == GATT_UUID_BATTERY_LEVEL) { in bas_gatts_callback() 114 switch (char_uuid) { in bas_gatts_callback() 144 p_data->add_result.attr_id, p_data->add_result.char_uuid.uu.uuid16); in bas_gatts_callback() 415 void bas_AddChar(UINT16 service_id, tBT_UUID *char_uuid) in bas_AddChar() argument 421 esp_ble_gatts_add_char(service_id, char_uuid, BATTER_LEVEL_PERM, prop); in bas_AddChar()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/ |
D | wx_airsync_prf.c | 101 if (p_data->add_result.char_uuid.uu.uuid16 == ATT_CHAR_AIRSYNC_WIT) { in airsync_profile_cb() 110 } else if (p_data->add_result.char_uuid.uu.uuid16 == ATT_CHAR_AIRSYBC_NTF) { in airsync_profile_cb() 123 } else if (p_data->add_result.char_uuid.uu.uuid16 == ATT_CHAR_AIRSYNC_READ) { in airsync_profile_cb() 129 if (p_data->add_result.char_uuid.uu.uuid16 == GATT_UUID_CHAR_CLIENT_CONFIG) { in airsync_profile_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/ |
D | button_pro.c | 125 if (p_data->add_result.char_uuid.uu.uuid16 == ATT_CHAR_BUTTON_WIT) { in button_profile_cb() 134 …} else if (p_data->add_result.char_uuid.uu.uuid16 == ATT_CHAR_BUTTON_NTF) { // add the gattc confi… in button_profile_cb() 145 if (p_data->add_result.char_uuid.uu.uuid16 == GATT_UUID_CHAR_CLIENT_CONFIG) { in button_profile_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_le.c | 380 void bta_hh_le_fill_16bits_char_id(UINT8 inst_id, UINT16 char_uuid, in bta_hh_le_fill_16bits_char_id() argument 384 bta_hh_le_fill_16bits_gatt_id(inst_id, char_uuid, p_output); in bta_hh_le_fill_16bits_char_id() 592 UINT16 char_uuid, UINT8 char_inst_id, UINT16 char_descp_uuid) in bta_hh_le_read_char_dscrpt() argument 600 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id); in bta_hh_le_read_char_dscrpt() 634 UINT16 srvc_uuid, char_uuid; in bta_hh_le_read_rpt_ref_descr() local 648 char_uuid = GATT_UUID_BATTERY_LEVEL; in bta_hh_le_read_rpt_ref_descr() 654 char_uuid = GATT_UUID_HID_REPORT; in bta_hh_le_read_rpt_ref_descr() 660 char_uuid, in bta_hh_le_read_rpt_ref_descr() 1111 void bta_hh_le_expl_boot_rpt(tBTA_HH_DEV_CB *p_dev_cb, UINT16 char_uuid, in bta_hh_le_expl_boot_rpt() argument 1116 char_uuid, in bta_hh_le_expl_boot_rpt() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 145 esp_bt_uuid_t char_uuid; /*!< Characteristic UUID */ member 407 esp_err_t esp_ble_gatts_add_char(uint16_t service_handle, esp_bt_uuid_t *char_uuid,
|
D | esp_gattc_api.h | 534 esp_bt_uuid_t char_uuid, 563 esp_bt_uuid_t char_uuid,
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gattc.h | 220 esp_bt_uuid_t char_uuid, 226 esp_bt_uuid_t char_uuid,
|
D | btc_gatts.h | 87 esp_bt_uuid_t char_uuid; member
|
D | dis_api.h | 283 extern void bas_AddChar(UINT16 service_id, tBT_UUID *char_uuid);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 50 tBT_UUID *char_uuid, 1028 p_data->value.dclr_value.char_uuid, in bta_gattc_disc_res_cback() 1326 tBT_UUID *char_uuid, in bta_gattc_get_db_with_opration() argument 1430 (char_uuid == NULL || bta_gattc_uuid_compare(&p_char->uuid, char_uuid, TRUE))) { in bta_gattc_get_db_with_opration() 1454 !bta_gattc_uuid_compare(&p_char->uuid, char_uuid, TRUE)) { in bta_gattc_get_db_with_opration() 1497 tBT_UUID *char_uuid, in bta_gattc_get_db_size_with_type() argument 1555 if (char_uuid != NULL) { in bta_gattc_get_db_size_with_type() 1568 …if ((type == BTGATT_DB_CHARACTERISTIC) && bta_gattc_uuid_compare(&p_char->uuid, char_uuid, TRUE)) { in bta_gattc_get_db_size_with_type() 1573 …tors && (type == BTGATT_DB_DESCRIPTOR) && bta_gattc_uuid_compare(&p_char->uuid, char_uuid, TRUE)) { in bta_gattc_get_db_size_with_type()
|
D | bta_gattc_api.c | 389 …BTA_GATTC_GetCharByUUID(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, tBT_UUID char_uuid, in BTA_GATTC_GetCharByUUID() argument 396 &char_uuid, in BTA_GATTC_GetCharByUUID() 405 tBT_UUID char_uuid, tBT_UUID descr_uuid, in BTA_GATTC_GetDescrByUUID() argument 412 &char_uuid, in BTA_GATTC_GetDescrByUUID()
|
D | bta_gatts_act.c | 421 &p_msg->api_add_char.char_uuid, in bta_gatts_add_char() 428 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char.char_uuid, sizeof(tBT_UUID)); in bta_gatts_add_char() 478 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char_descr.descr_uuid, sizeof(tBT_UUID)); in bta_gatts_add_char_descr()
|
D | bta_gatts_api.c | 249 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AddCharacteristic()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gatts_api.c | 136 esp_err_t esp_ble_gatts_add_char(uint16_t service_handle, esp_bt_uuid_t *char_uuid, in esp_ble_gatts_add_char() argument 168 memcpy(&arg.add_char.char_uuid, char_uuid, sizeof(esp_bt_uuid_t)); in esp_ble_gatts_add_char()
|
D | esp_gattc_api.c | 313 esp_bt_uuid_t char_uuid, in esp_ble_gattc_get_char_by_uuid() argument 329 …return btc_ble_gattc_get_char_by_uuid(conn_hdl, start_handle, end_handle, char_uuid, result, count… in esp_ble_gattc_get_char_by_uuid() 337 esp_bt_uuid_t char_uuid, in esp_ble_gattc_get_descr_by_uuid() argument 349 …return btc_ble_gattc_get_descr_by_uuid(conn_hdl, start_handle, end_handle, char_uuid, descr_uuid, … in esp_ble_gattc_get_descr_by_uuid()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 1410 tBT_UUID char_uuid = {0}; in bt_mesh_bta_gattc_cb() local 1430 char_uuid.len = 2; in bt_mesh_bta_gattc_cb() 1432 char_uuid.uu.uuid16 = BLE_MESH_UUID_MESH_PROV_DATA_IN_VAL + j; in bt_mesh_bta_gattc_cb() 1434 char_uuid.uu.uuid16 = BLE_MESH_UUID_MESH_PROXY_DATA_IN_VAL + j; in bt_mesh_bta_gattc_cb() 1438 bt_mesh_gattc_info[i].end_handle, char_uuid, &result, &num); in bt_mesh_bta_gattc_cb() 1491 char_uuid.len = 2; in bt_mesh_bta_gattc_cb() 1492 char_uuid.uu.uuid16 = BLE_MESH_UUID_GATT_CCC_VAL; in bt_mesh_bta_gattc_cb() 1494 char_uuid, &result, &num); in bt_mesh_bta_gattc_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 603 tBT_UUID char_uuid; member 920 …BTA_GATTC_GetCharByUUID(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, tBT_UUID char_uuid, 924 tBT_UUID char_uuid, tBT_UUID descr_uuid,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gatts_int.h | 93 tBT_UUID char_uuid; member
|
D | bta_gattc_int.h | 560 tBT_UUID *char_uuid,
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 414 esp_bt_uuid_t char_uuid, in btc_ble_gattc_get_char_by_uuid() argument 422 btc_to_bta_uuid(&bta_uuid, &char_uuid); in btc_ble_gattc_get_char_by_uuid() 446 esp_bt_uuid_t char_uuid, in btc_ble_gattc_get_descr_by_uuid() argument 456 btc_to_bta_uuid(&bta_char_uuid, &char_uuid); in btc_ble_gattc_get_descr_by_uuid()
|
D | btc_gatts.c | 661 btc_to_bta_uuid(&uuid, &arg->add_char.char_uuid); in btc_gatts_call_handler() 870 bta_to_btc_uuid(¶m.add_char.char_uuid, &p_data->add_result.char_uuid); in btc_gatts_cb_handler() 879 bta_to_btc_uuid(¶m.add_char_descr.descr_uuid, &p_data->add_result.char_uuid); in btc_gatts_cb_handler()
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 262 switch (p_data->add_result.char_uuid.uu.uuid16) { in blufi_profile_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 522 tBT_UUID char_uuid; /* characteristic UUID type */ member
|