Home
last modified time | relevance | path

Searched refs:tGATT_IF (Results 1 – 25 of 26) sorted by relevance

12

/system/bt/bta/include/
Dbta_gatt_api.h105 tGATT_IF client_if;
146 tGATT_IF client_if;
155 tGATT_IF client_if;
177 tGATT_IF client_if;
183 tGATT_IF client_if;
188 tGATT_IF server_if;
196 tGATT_IF server_if;
284 tGATT_IF server_if;
290 tGATT_IF server_if;
299 tGATT_IF server_if;
[all …]
/system/bt/bta/gatt/
Dbta_gatts_int.h69 tGATT_IF server_if;
76 tGATT_IF server_if;
104 tGATT_IF server_if;
130 tGATT_IF gatt_if;
179 extern tBTA_GATTS_RCB* bta_gatts_find_app_rcb_by_app_if(tGATT_IF server_if);
181 tGATT_IF server_if);
Dbta_gatts_api.cc106 void BTA_GATTS_AppDeregister(tGATT_IF server_if) { in BTA_GATTS_AppDeregister()
116 void bta_gatts_add_service_impl(tGATT_IF server_if, in bta_gatts_add_service_impl()
168 extern void BTA_GATTS_AddService(tGATT_IF server_if, in BTA_GATTS_AddService()
299 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open()
327 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen()
Dbta_gattc_int.h91 tGATT_IF client_if;
168 tGATT_IF client_if;
235 tGATT_IF client_if; /* client interface with BTE stack for this application */
387 extern tBTA_GATTC_CLCB* bta_gattc_clcb_alloc(tGATT_IF client_if,
391 extern tBTA_GATTC_CLCB* bta_gattc_find_alloc_clcb(tGATT_IF client_if,
406 extern bool bta_gattc_mark_bg_conn(tGATT_IF client_if,
408 extern bool bta_gattc_check_bg_conn(tGATT_IF client_if,
Dbta_gatts_act.cc47 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bda,
55 static void bta_gatts_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id,
58 static void bta_gatts_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id,
373 tGATT_IF gatt_if; in bta_gatts_indicate_handle()
501 tGATT_IF gatt_if; in bta_gatts_close()
543 tGATT_IF gatt_if; in bta_gatts_send_request_cback()
585 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, in bta_gatts_conn_cback()
624 static void bta_gatts_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_phy_update_cback()
642 static void bta_gatts_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_conn_update_cback()
672 tGATT_IF gatt_if; in bta_gatts_cong_cback()
Dbta_gatts_utils.cc65 tBTA_GATTS_RCB* bta_gatts_find_app_rcb_by_app_if(tGATT_IF server_if) { in bta_gatts_find_app_rcb_by_app_if()
88 tGATT_IF server_if) { in bta_gatts_find_app_rcb_idx_by_app_if()
Dbta_gattc_api.cc84 static void app_deregister_impl(tGATT_IF client_if) { in app_deregister_impl()
99 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister()
120 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
128 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
160 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen()
634 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, in BTA_GATTC_RegisterForNotifications()
697 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, in BTA_GATTC_DeregisterForNotifications()
Dbta_gattc_utils.cc123 tBTA_GATTC_CLCB* bta_gattc_clcb_alloc(tGATT_IF client_if, in bta_gattc_clcb_alloc()
168 tBTA_GATTC_CLCB* bta_gattc_find_alloc_clcb(tGATT_IF client_if, in bta_gattc_find_alloc_clcb()
369 tGATT_IF gatt_if; in bta_gattc_clear_notif_registration()
406 bool bta_gattc_mark_bg_conn(tGATT_IF client_if, in bta_gattc_mark_bg_conn()
465 bool bta_gattc_check_bg_conn(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_check_bg_conn()
Dbta_gattc_act.cc52 static void bta_gattc_conn_cback(tGATT_IF gattc_if, const RawAddress& bda,
65 static void bta_gattc_enc_cmpl_cback(tGATT_IF gattc_if, const RawAddress& bda);
67 static void bta_gattc_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id,
70 static void bta_gattc_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id,
305 void bta_gattc_process_enc_cmpl(tGATT_IF client_if, const RawAddress& bda) { in bta_gattc_process_enc_cmpl()
460 tGATT_IF gatt_if; in bta_gattc_conn()
1015 tGATT_IF client_if = p_clreg->client_if; in bta_gattc_deregister_cmpl()
1037 static void bta_gattc_conn_cback(tGATT_IF gattc_if, const RawAddress& bdaddr, in bta_gattc_conn_cback()
1067 static void bta_gattc_enc_cmpl_cback(tGATT_IF gattc_if, const RawAddress& bda) { in bta_gattc_enc_cmpl_cback()
1218 tGATT_IF gatt_if; in bta_gattc_process_indicate()
[all …]
/system/bt/stack/include/
Dgatt_api.h558 typedef void(tGATT_CONN_CBACK)(tGATT_IF gatt_if, const RawAddress& bda,
571 typedef void(tGATT_ENC_CMPL_CB)(tGATT_IF gatt_if, const RawAddress& bda);
574 typedef void(tGATT_PHY_UPDATE_CB)(tGATT_IF gatt_if, uint16_t conn_id,
579 typedef void(tGATT_CONN_UPDATE_CB)(tGATT_IF gatt_if, uint16_t conn_id,
701 extern uint16_t GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service,
718 extern bool GATTS_DeleteService(tGATT_IF gatt_if, bluetooth::Uuid* p_svc_uuid,
930 extern tGATT_IF GATT_Register(const bluetooth::Uuid& p_app_uuid128,
944 extern void GATT_Deregister(tGATT_IF gatt_if);
959 extern void GATT_StartIf(tGATT_IF gatt_if);
981 extern bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr,
[all …]
Dbtm_ble_api_types.h322 typedef uint8_t tGATT_IF; typedef
/system/bt/stack/gatt/
Dgatt_api.cc152 uint16_t GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService()
333 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService()
413 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueIndication()
472 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueNotification()
522 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_SendRsp()
570 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ConfigureMTU()
621 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Discover()
684 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Read()
764 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Write()
817 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ExecuteWrite()
[all …]
Dgatt_int.h39 #define GATT_GET_GATT_IF(conn_id) ((tGATT_IF)((uint8_t)(conn_id)))
194 tGATT_IF gatt_if; /* one based */
263 tGATT_IF gatt_if; /* this service is belong to which application */
364 tGATT_IF gatt_if;
415 tGATT_IF gatt_if);
417 extern void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb,
487 extern bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if,
493 extern tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if,
503 extern bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda);
508 extern tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if);
[all …]
Dgatt_utils.cc710 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_sr_send_req_callback()
847 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb()
904 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_clcb_alloc()
1065 void gatt_sr_update_cback_cnt(tGATT_TCB& tcb, tGATT_IF gatt_if, bool is_inc, in gatt_sr_update_cback_cnt()
1090 void gatt_sr_update_prep_cnt(tGATT_TCB& tcb, tGATT_IF gatt_if, bool is_inc, in gatt_sr_update_prep_cnt()
1111 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open()
1316 bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if, const RawAddress& bd_addr) { in gatt_auto_connect_dev_remove()
Dgatt_attr.cc55 static void gatt_connect_cback(UNUSED_ATTR tGATT_IF gatt_if,
307 static void gatt_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, in gatt_connect_cback()
456 tGATT_IF gatt_if; in gatt_attr_send_is_eatt_cb()
Dgatt_main.cc192 tGATT_IF gatt_if) { in gatt_connect()
265 bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_hold_link_status()
301 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
802 std::set<tGATT_IF> apps = in gatt_send_conn_cback()
Dgatt_sr.cc229 tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if, in gatt_sr_process_app_rsp()
292 tGATT_IF gatt_if; in gatt_process_exec_write_req()
327 gatt_if = (tGATT_IF)(i + 1); in gatt_process_exec_write_req()
/system/bt/stack/srvc/
Dsrvc_eng_int.h51 tGATT_IF gatt_if;
Dsrvc_eng.cc31 static void srvc_eng_connect_cback(UNUSED_ATTR tGATT_IF gatt_if,
327 static void srvc_eng_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, in srvc_eng_connect_cback()
/system/bt/btif/src/
Dbtif_gatt_test.cc48 tGATT_IF gatt_if;
69 static void btif_test_connect_cback(tGATT_IF, const RawAddress&, in btif_test_connect_cback() argument
Dbtif_gatt_client.cc483 void btif_gattc_reg_for_notification_impl(tGATT_IF client_if, in btif_gattc_reg_for_notification_impl()
504 void btif_gattc_dereg_for_notification_impl(tGATT_IF client_if, in btif_gattc_dereg_for_notification_impl()
/system/bt/stack/gap/
Dgap_ble.cc55 void client_connect_cback(tGATT_IF, const RawAddress&, uint16_t, bool,
76 tGATT_IF gatt_if;
287 void client_connect_cback(tGATT_IF, const RawAddress& bda, uint16_t conn_id, in client_connect_cback() argument
/system/bt/bta/hh/
Dbta_hh_int.h289 tGATT_IF gatt_if;
357 extern bool bta_hh_le_is_hh_gatt_if(tGATT_IF client_if);
/system/bt/bta/dm/
Dbta_dm_int.h362 tGATT_IF client_if;
/system/bt/bta/hearing_aid/
Dhearing_aid.cc347 tGATT_IF client_if, RawAddress address, in OnGattConnected()
1489 tGATT_IF client_if, RawAddress remote_bda, in OnGattDisconnected()

12