Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c460 …gatt_cb.handle_of_h_r = GATTS_AddCharacteristic(service_handle, &uuid, 0, GATT_CHAR_PROP_BIT… in gatt_profile_db_init()
479 …gatt_cb.handle_of_cl_supported_feat = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_REA… in gatt_profile_db_init()
484 …gatt_cb.handle_of_database_hash = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, G… in gatt_profile_db_init()
488 …gatt_cb.handle_of_sr_supported_feat = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_REA… in gatt_profile_db_init()
Dgatt_api.c310 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic() function
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c418 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, in gap_attr_db_init()
431 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, in gap_attr_db_init()
450 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, in gap_attr_db_init()
461 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, in gap_attr_db_init()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h787 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid,
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c420 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific, in bta_gatts_add_char()