Searched defs:tGATT_SVC_DB (Results 1 - 1 of 1) sorted by last modified time

/system/bt/stack/gatt/
H A Dgatt_int.h183 } tGATT_SVC_DB; typedef in typeref:struct:__anon1005
248 tGATT_SVC_DB svc_db;
256 tGATT_SVC_DB* p_db; /* pointer to the service database */
558 extern void gatts_init_service_db(tGATT_SVC_DB& db,
561 extern uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle,
564 extern uint16_t gatts_add_characteristic(tGATT_SVC_DB& db, tGATT_PERM perm,
567 extern uint16_t gatts_add_char_descr(tGATT_SVC_DB& db, tGATT_PERM perm,
570 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp,
575 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle,
579 tGATT_SVC_DB* p_d
[all...]

Completed in 54 milliseconds