Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_IF

35 #define GATT_GET_GATT_IF(conn_id)  ((tGATT_IF)((UINT8) (conn_id)))
239 tGATT_IF gatt_if; /* this service is belong to which application */
255 tGATT_IF gatt_if; /* one based */
365 tGATT_IF app_hold_link[GATT_MAX_APPS];
459 tGATT_IF gatt_if[GATT_MAX_APPS];
460 tGATT_IF listen_gif[GATT_MAX_APPS];
494 tGATT_IF gatt_if;
558 extern void gatt_update_app_use_link_flag ( tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add, BOOLEAN check_acl_link);
624 extern BOOLEAN gatt_update_auto_connect_dev (tGATT_IF gatt_if, BOOLEAN add, BD_ADDR bd_addr, BOOLEAN is_initiator);
625 extern BOOLEAN gatt_is_bg_dev_for_app(tGATT_BG_CONN_DEV *p_dev, tGATT_IF gatt_if);
626 extern BOOLEAN gatt_remove_bg_dev_for_app(tGATT_IF gatt_if, BD_ADDR bd_addr);
628 extern BOOLEAN gatt_find_app_for_bg_dev(BD_ADDR bd_addr, tGATT_IF *p_gatt_if);
630 extern void gatt_deregister_bgdev_list(tGATT_IF gatt_if);
637 extern tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, UINT8 op_code, tGATT_STATUS status, tGATTS_RSP *p_msg);
643 extern BOOLEAN gatt_cancel_open(tGATT_IF gatt_if, BD_ADDR bda);
647 extern tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if);
657 extern void gatt_sr_update_cback_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first);
658 extern void gatt_sr_update_prep_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first);
660 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if);