/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_bt.c | 314 esp_bt_gap_dev_prop_t prop[1]; in btc_gap_bt_search_devices_evt() local 316 …BTC_STORAGE_FILL_PROPERTY(&prop[0], ESP_BT_GAP_DEV_PROP_BDNAME, bdname_len + 1, p_data->p_data->di… in btc_gap_bt_search_devices_evt() 321 param.disc_res.prop = prop; in btc_gap_bt_search_devices_evt() 336 esp_bt_gap_dev_prop_t prop[3]; in btc_gap_bt_search_devices_evt() local 339 memset(prop, 0, sizeof(prop)); in btc_gap_bt_search_devices_evt() 340 BTC_STORAGE_FILL_PROPERTY(&prop[0], ESP_BT_GAP_DEV_PROP_COD, sizeof(cod), &cod); in btc_gap_bt_search_devices_evt() 343 … BTC_STORAGE_FILL_PROPERTY(&prop[1], ESP_BT_GAP_DEV_PROP_RSSI, 1, &(p_data->p_data->inq_res.rssi)); in btc_gap_bt_search_devices_evt() 347 …BTC_STORAGE_FILL_PROPERTY(&prop[2], ESP_BT_GAP_DEV_PROP_EIR, HCI_EXT_INQ_RESPONSE_LEN, p_data->p_d… in btc_gap_bt_search_devices_evt() 355 param.disc_res.prop = prop; in btc_gap_bt_search_devices_evt()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_le.c | 536 UINT8 prop) in bta_hh_le_find_alloc_report_entry() argument 558 p_rpt->prop = prop; in bta_hh_le_find_alloc_report_entry() 717 rpt_entry.prop = p_rpt->prop; in bta_hh_le_save_rpt_ref() 1069 tBTA_GATT_CHAR_PROP prop) in bta_hh_le_expl_rpt() argument 1078 prop) == NULL) { in bta_hh_le_expl_rpt() 1089 &prop) != BTA_GATT_OK) { in bta_hh_le_expl_rpt() 1112 tBTA_GATT_CHAR_PROP prop) in bta_hh_le_expl_boot_rpt() argument 1118 prop) == NULL) in bta_hh_le_expl_boot_rpt() 1587 tBTA_GATT_CHAR_PROP prop = 0; in bta_hh_le_search_hid_included() local 1609 &prop) == BTA_GATT_OK) { in bta_hh_le_search_hid_included() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_hh_co.h | 34 UINT8 prop; member
|
D | bta_gatt_api.h | 290 UINT8 prop; /* used when attribute type is characteristic */ member
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/ |
D | bootloader.ld | 191 .xt.prop 0 : 193 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 202 .xt.prop 0 : 204 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 42 tGATT_CHAR_PROP prop = GATT_CHAR_PROP_BIT_READ; variable 418 prop |= GATT_CHAR_PROP_BIT_NOTIFY; in bas_AddChar() 421 esp_ble_gatts_add_char(service_id, char_uuid, BATTER_LEVEL_PERM, prop); in bas_AddChar()
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/ |
D | bootloader.ld | 225 .xt.prop 0 : 227 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 61 UINT16 id, tBT_UUID uuid, UINT8 prop); 1311 UINT16 id, tBT_UUID uuid, UINT8 prop) in bta_gattc_fill_gatt_db_el() argument 1318 p_attr->properties = prop; in bta_gattc_fill_gatt_db_el() 1969 p_attr->prop); in bta_gattc_rebuild_cache() 1976 p_attr->prop, in bta_gattc_rebuild_cache() 1985 p_attr->prop, in bta_gattc_rebuild_cache() 2006 UINT16 e_handle, tBT_UUID uuid, UINT8 prop, UINT16 incl_srvc_s_handle, in bta_gattc_fill_nv_attr() argument 2014 p_attr->prop = prop; in bta_gattc_fill_nv_attr()
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | sections.ld.in | 460 .xt.prop 0 : 462 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 449 .xt.prop 0 : 451 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 488 .xt.prop 0 : 490 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/ |
D | button_pro.c | 128 tBTA_GATT_CHAR_PROP prop = (GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_NOTIFY); in button_profile_cb() local
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_bt_api.h | 299 esp_bt_gap_dev_prop_t *prop; /*!< properties discovered from the new device */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/ |
D | bta_hh_int.h | 188 UINT8 prop; member
|