HomeSort by relevance Sort by last modified time
    Searched refs:tGATT_IF (Results 1 - 13 of 13) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 37 #define GATT_GET_GATT_IF(conn_id) ((tGATT_IF)((UINT8) (conn_id)))
224 tGATT_IF gatt_if; /* this service is belong to which application */
240 tGATT_IF gatt_if; /* one based */
349 tGATT_IF app_hold_link[GATT_MAX_APPS];
441 tGATT_IF gatt_if[GATT_MAX_APPS];
442 tGATT_IF listen_gif[GATT_MAX_APPS];
464 tGATT_IF gatt_if;
528 extern void gatt_update_app_use_link_flag ( tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add, BOOLEAN check_acl_link);
595 extern BOOLEAN gatt_update_auto_connect_dev (tGATT_IF gatt_if, BOOLEAN add, BD_ADDR bd_addr, BOOLEAN is_initiator);
596 extern BOOLEAN gatt_is_bg_dev_for_app(tGATT_BG_CONN_DEV *p_dev, tGATT_IF gatt_if)
    [all...]
gatt_api.c 141 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
393 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst)
463 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
602 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id);
672 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id);
716 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id);
769 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id);
821 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id);
890 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id);
    [all...]
gatt_attr.c 43 static void gatt_profile_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
215 static void gatt_profile_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id,
gatt_utils.c     [all...]
gatt_main.c 225 void gatt_update_app_hold_link_status (tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add)
277 void gatt_update_app_use_link_flag (tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add, BOOLEAN check_acl_link)
    [all...]
gatt_sr.c 258 tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if,
332 tGATT_IF gatt_if;
363 gatt_if = (tGATT_IF) (i+1);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 547 typedef UINT8 tGATT_IF;
564 typedef void (tGATT_CONN_CBACK) (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
722 GATT_API extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
799 GATT_API extern BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
814 GATT_API extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 52 tGATT_IF gatt_if;
103 static void btif_test_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id,
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 42 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
690 tGATT_IF gatt_if;
731 tGATT_IF gatt_if;
769 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id,
bta_gattc_act.c 45 static void bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id,
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 180 tGATT_IF gatt_if;
gap_ble.c 60 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
610 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id,
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 120 typedef tGATT_IF tBTA_GATTC_IF;
394 typedef tGATT_IF tBTA_GATTS_IF;
    [all...]

Completed in 164 milliseconds