Home
last modified time | relevance | path

Searched refs:attr_count (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h324 uint16_t attr_count; member
658 .attr_count = ARRAY_SIZE(_attrs), \
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c528 uint8_t attr_count = vendor_msg->p_vendor_data[4]; in handle_rc_attributes_rsp() local
534 if (attr_count < 1) { in handle_rc_attributes_rsp()
538 esp_avrc_ct_cb_param_t param[attr_count]; in handle_rc_attributes_rsp()
539 memset(&param[0], 0, sizeof(esp_avrc_ct_cb_param_t) * attr_count); in handle_rc_attributes_rsp()
541 for (int i = 0; i < attr_count; i++) { in handle_rc_attributes_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h934 UINT8 attr_count; /* The number of attributes in p_attr_list */ member
1067 UINT8 attr_count; member
1089 UINT8 attr_count; member
1310 UINT8 attr_count; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c689 for (i = 0; i < svc->attr_count; i++) { in bt_mesh_gatts_find_attr_by_handle()
709 for (i = 0; i < svc->attr_count; i++) { in bt_mesh_gatts_foreach_attr()
887 handle = last->attrs[last->attr_count - 1].handle; in gatts_register()
944 for (int i = 0; i < svc->attr_count; i++) { in bt_mesh_gatts_service_register()
951 &bta_uuid, 0, svc->attr_count, true); in bt_mesh_gatts_service_register()
965 &bta_uuid, 0, svc->attr_count, false); in bt_mesh_gatts_service_register()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1053 for (i = 0; i < svc->attr_count; i++) { in bt_mesh_gatts_find_attr_by_handle()
1073 for (i = 0; i < svc->attr_count; i++) { in bt_mesh_gatts_foreach_attr()
1231 handle = last->attrs[last->attr_count - 1].handle; in gatts_register()
1261 for (i = 0; i < svc->attr_count; i++) { in bt_mesh_gatts_service_register()