• Home
  • Raw
  • Download

Lines Matching refs:tBT_UUID

105     tBT_UUID        uuid;           /* type of attribute to be found */
160 tBT_UUID uuid; /* service declaration */
233 tBT_UUID app_uuid; /* applicatino UUID */
253 tBT_UUID app_uuid128;
399 tBT_UUID uuid;
580 extern UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl);
581 extern BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid, UINT16 len, UINT8 **p_data);
582 extern UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid);
583 extern BOOLEAN gatt_uuid_compare(tBT_UUID src, tBT_UUID tar);
592 extern void gatt_dbg_display_uuid(tBT_UUID bt_uuid);
595 extern tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_sv…
605 extern void gatt_free_srvc_db_buffer_app_id(tBT_UUID *p_app_id);
610 extern tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, tBT_UUID *p_sv…
614 … gatt_is_last_attribute(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_start, tBT_UUID value);
634 extern UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc…
679 tBT_UUID uuid);
695 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT…
696 …atts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
697 …racteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID *p_char_uuid);
698 extern UINT16 gatts_add_char_descr (tGATT_SVC_DB *p_db, tGATT_PERM perm, tBT_UUID *p_dscp_uuid);
700 …UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size,UINT32 tran…
707 extern tBT_UUID * gatts_get_service_uuid (tGATT_SVC_DB *p_db);