Searched refs:GATTS_AddCharacteristic (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_attr.c | 460 …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()
|
D | gatt_api.c | 310 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/ |
D | gap_ble.c | 418 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/ |
D | gatt_api.h | 787 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid,
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_act.c | 420 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific, in bta_gatts_add_char()
|