OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tGATT_SVC_DB
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_db.c
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_pri);
62
BOOLEAN gatts_init_service_db (
tGATT_SVC_DB
*p_db, tBT_UUID *p_service, BOOLEAN is_pri,
93
tBT_UUID * gatts_get_service_uuid (
tGATT_SVC_DB
*p_db)
327
tGATT_SVC_DB
*p_db,
451
UINT16 gatts_add_included_service (
tGATT_SVC_DB
*p_db, UINT16 s_handle, UINT16 e_handle,
500
UINT16 gatts_add_characteristic (
tGATT_SVC_DB
*p_db, tGATT_PERM perm
[
all
...]
gatt_int.h
224
}
tGATT_SVC_DB
;
232
tGATT_SVC_DB
*p_db; /* pointer to the service database */
320
tGATT_SVC_DB
svc_db;
696
extern BOOLEAN gatts_init_service_db (
tGATT_SVC_DB
*p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);
697
extern UINT16 gatts_add_included_service (
tGATT_SVC_DB
*p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
698
extern UINT16 gatts_add_characteristic (
tGATT_SVC_DB
*p_db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID *p_char_uuid);
699
extern UINT16 gatts_add_char_descr (
tGATT_SVC_DB
*p_db, tGATT_PERM perm, tBT_UUID *p_dscp_uuid);
700
extern tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb,
tGATT_SVC_DB
*p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
702
extern tGATT_STATUS gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb,
tGATT_SVC_DB
*p_db, UINT8 op_code, UINT16 handle, UINT16 offset,
704
extern tGATT_STATUS gatts_write_attr_perm_check (
tGATT_SVC_DB
*p_db, UINT8 op_code,UINT16 handle, UINT16 offset, UINT8 *p_data
[
all
...]
Completed in 166 milliseconds