Lines Matching refs:tGATT_SVC_DB

41 static BOOLEAN allocate_svc_db_buf(tGATT_SVC_DB *p_db);
42 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, tBT_UUID *p_uuid, tGATT_PERM perm);
43 static BOOLEAN deallocate_attr_in_db(tGATT_SVC_DB *p_db, void *p_attr);
44 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len);
46 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is…
62 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, in gatts_init_service_db()
95 tBT_UUID * gatts_get_service_uuid (tGATT_SVC_DB *p_db) in gatts_get_service_uuid()
322 tGATT_SVC_DB *p_db, in gatts_db_read_attr_value_by_type()
440 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, in gatts_add_included_service()
489 UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, in gatts_add_characteristic()
583 UINT16 gatts_add_char_descr (tGATT_SVC_DB *p_db, tGATT_PERM perm, in gatts_add_char_descr()
628 tGATT_SVC_DB *p_db, in gatts_read_attr_value_by_handle()
685 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB *p_db, in gatts_read_attr_perm_check()
731 tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code, in gatts_write_attr_perm_check()
910 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, tBT_UUID *p_uuid, tGATT_PERM perm) in allocate_attr_in_db()
1017 static BOOLEAN deallocate_attr_in_db(tGATT_SVC_DB *p_db, void *p_attr) in deallocate_attr_in_db()
1065 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len) in copy_extra_byte_in_db()
1096 static BOOLEAN allocate_svc_db_buf(tGATT_SVC_DB *p_db) in allocate_svc_db_buf()
1167 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is… in gatts_db_add_service_declaration()