/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | generic_server.h | 184 struct bt_mesh_generic_property *properties; member 191 struct bt_mesh_generic_property *properties; member 198 struct bt_mesh_generic_property *properties; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | generic_server.c | 1555 if (srv->properties[i].id == property_id) { in gen_get_user_property() 1556 return &srv->properties[i]; in gen_get_user_property() 1629 if (srv == NULL || srv->property_count == 0U || srv->properties == NULL) { in gen_user_prop_get() 1664 if (srv->properties[i].admin_access != ADMIN_NOT_USER_PROP && in gen_user_prop_get() 1665 srv->properties[i].manu_access != MANU_NOT_USER_PROP) { in gen_user_prop_get() 1666 net_buf_simple_add_le16(msg, srv->properties[i].id); in gen_user_prop_get() 1693 if (srv == NULL || srv->property_count == 0U || srv->properties == NULL) { in gen_user_prop_set() 1759 if (srv->properties[i].id == property_id) { in gen_get_admin_property() 1760 return &srv->properties[i]; in gen_get_admin_property() 1828 if (srv == NULL || srv->property_count == 0U || srv->properties == NULL) { in gen_admin_prop_get() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatt_defs.h | 652 esp_gatt_char_prop_t properties; /*!< Characteristic properties. */ member 667 esp_gatt_char_prop_t properties; /*!< Characteristic properties. */ member
|
D | esp_gap_ble_api.h | 959 uint8_t properties; /*!< periodic advertising properties */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_generic_model_api.h | 949 …esp_ble_mesh_generic_property_t *properties; /*!< Parameters of the Generic User Property state… member 957 …esp_ble_mesh_generic_property_t *properties; /*!< Parameters of the Generic Admin Property stat… member 965 …esp_ble_mesh_generic_property_t *properties; /*!< Parameters of the Generic Manufacturer Proper… member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_bearer_adapt.h | 316 uint8_t properties; member 624 .properties = _props, }), \
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 811 uint8_t properties; member 828 pdu.properties = chrc->properties; in bt_mesh_gatts_attr_read_chrc() 843 value_len = sizeof(pdu.properties) + sizeof(pdu.value_handle); in bt_mesh_gatts_attr_read_chrc() 982 …, &bta_uuid, bt_mesh_perm_to_bta_perm(svc->attrs[i + 1].perm), gatts_chrc->properties, NULL, NULL); in bt_mesh_gatts_service_register() 991 …_MESH_UUID_16(gatts_chrc->uuid)->val, char_handle, svc->attrs[i + 1].perm, gatts_chrc->properties); in bt_mesh_gatts_service_register() 1452 if (!(result[0].properties & BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP)) { in bt_mesh_bta_gattc_cb() 1459 if (!(result[0].properties & BLE_MESH_GATT_CHRC_NOTIFY)) { in bt_mesh_bta_gattc_cb()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 292 if (!(chr->properties & BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP)) { in chr_disced() 299 if (!(chr->properties & BLE_MESH_GATT_CHRC_NOTIFY)) { in chr_disced() 1175 uint8_t properties; member 1192 pdu.properties = chrc->properties; in bt_mesh_gatts_attr_read_chrc() 1207 value_len = sizeof(pdu.properties) + sizeof(pdu.value_handle); in bt_mesh_gatts_attr_read_chrc()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 268 char_result->properties = db[offset + i].properties; in btc_gattc_fill_gatt_db_conversion() 589 db[i].properties = get_db[i].properties; in btc_ble_gattc_get_db()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 334 characteristic->properties = property; in bta_gattc_add_char_to_cache() 1318 p_attr->properties = prop; in bta_gattc_fill_gatt_db_el() 1439 p_char->properties); in bta_gattc_get_db_with_opration() 1829 p_char->properties); in bta_gattc_get_gatt_db_impl() 2079 p_char->properties, in bta_gattc_cache_save()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 70 UINT8 properties; member 709 tBTA_GATT_CHAR_PROP properties; member
|
D | bta_api.h | 1559 UINT8 properties; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1239 UINT8 btsnd_hcic_ble_set_ext_adv_params(UINT8 adv_handle, UINT16 properties, UINT32 interval_min, in btsnd_hcic_ble_set_ext_adv_params() argument 1254 …adv_sid = %d, scan_req_ntf_enable = %d", __func__, adv_handle, properties, interval_min, interval_… in btsnd_hcic_ble_set_ext_adv_params() 1264 UINT16_TO_STREAM(pp, properties); in btsnd_hcic_ble_set_ext_adv_params()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 972 UINT8 btsnd_hcic_ble_set_ext_adv_params(UINT8 adv_handle, UINT16 properties, UINT32 interval_min,
|
D | btm_ble_api.h | 808 UINT8 properties; member
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 234 key obviously destroys the security properties of CCM mode.
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_5_gap.c | 706 … params->interval_max, params->properties)) != HCI_SUCCESS) { in BTM_BlePeriodicAdvSetParams()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 2243 params.properties = arg_5->peridic_adv_set_params.params.properties; in btc_gap_ble_call_handler()
|