Searched refs:tGATT_SVC_DB (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 233 } tGATT_SVC_DB; typedef 240 tGATT_SVC_DB *p_db; /* pointer to the service database */ 321 tGATT_SVC_DB svc_db; 747 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT… 748 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT… 749 extern UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, 753 extern UINT16 gatts_add_char_descr (tGATT_SVC_DB *p_db, tGATT_PERM perm, 757 extern tGATT_STATUS gatts_set_attribute_value(tGATT_SVC_DB *p_db, UINT16 attr_handle, 760 extern tGATT_STATUS gatts_get_attribute_value(tGATT_SVC_DB *p_db, UINT16 attr_handle, 763 extern tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 o… [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 44 static BOOLEAN allocate_svc_db_buf(tGATT_SVC_DB *p_db); 45 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, tBT_UUID *p_uuid, tGATT_PERM perm); 46 static BOOLEAN deallocate_attr_in_db(tGATT_SVC_DB *p_db, void *p_attr); 47 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len); 49 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is… 66 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, in gatts_init_service_db() 100 tBT_UUID *gatts_get_service_uuid (tGATT_SVC_DB *p_db) in gatts_get_service_uuid() 326 tGATT_SVC_DB *p_db, in gatts_db_read_attr_value_by_type() 446 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, in gatts_add_included_service() 510 UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, in gatts_add_characteristic() [all …]
|
D | gatt_sr_hash.c | 62 tGATT_SVC_DB *p_db; in calculate_database_info_size() 107 tGATT_SVC_DB *p_db; in fill_database_info() 202 tGATT_SVC_DB *p_db; in gatts_show_local_database()
|
D | gatt_sr.c | 1327 tGATT_SVC_DB *p_db; in gatt_attr_process_prepare_write()
|
D | gatt_utils.c | 444 tGATT_SVC_DB *p_db = &(p->svc_db); in gatt_free_attr_value_buffer()
|