Home
last modified time | relevance | path

Searched defs:gatt_if (Results 1 – 16 of 16) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c141 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, in GATTS_CreateService()
394 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in GATTS_DeleteService()
464 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, in GATTS_StartService()
603 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueIndication() local
674 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueNotification() local
723 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_SendRsp() local
776 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); in GATTC_ConfigureMTU() local
831 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); in GATTC_Discover() local
900 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); in GATTC_Read() local
988 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); in GATTC_Write() local
[all …]
Dgatt_utils.c1408 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_sr_send_req_callback() local
1560 tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if) in gatt_get_regcb()
1617 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); in gatt_clcb_alloc() local
1874 void gatt_sr_update_cback_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_… in gatt_sr_update_cback_cnt()
1909 void gatt_sr_update_prep_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_f… in gatt_sr_update_prep_cnt()
1944 BOOLEAN gatt_cancel_open(tGATT_IF gatt_if, BD_ADDR bda) in gatt_cancel_open()
2324 BOOLEAN gatt_is_bg_dev_for_app(tGATT_BG_CONN_DEV *p_dev, tGATT_IF gatt_if) in gatt_is_bg_dev_for_app()
2398 tGATT_IF gatt_if = p_reg->gatt_if; in gatt_add_bg_dev_list() local
2470 BOOLEAN gatt_remove_bg_dev_for_app(tGATT_IF gatt_if, BD_ADDR bd_addr) in gatt_remove_bg_dev_for_app()
2553 tGATT_IF gatt_if = p_reg->gatt_if; in gatt_remove_bg_dev_from_list() local
[all …]
Dgatt_attr.c221 static void gatt_profile_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gatt_profile_connect_cback()
Dgatt_main.c229 void gatt_update_app_hold_link_status (tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add) in gatt_update_app_hold_link_status()
281 void gatt_update_app_use_link_flag (tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add, BOOLEAN che… in gatt_update_app_use_link_flag()
Dgatt_int.h33 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) ((UINT16) ((((UINT8)(tcb_idx) ) << 8) | ((UINT8) (ga… argument
239 tGATT_IF gatt_if; /* this service is belong to which application */ member
255 tGATT_IF gatt_if; /* one based */ member
459 tGATT_IF gatt_if[GATT_MAX_APPS]; member
483 tGATT_IF gatt_if; member
Dgatt_sr.c261 tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, in gatt_sr_process_app_rsp()
336 tGATT_IF gatt_if; in gatt_process_exec_write_req() local
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_test.c52 tGATT_IF gatt_if; member
103 static void btif_test_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in btif_test_connect_cback()
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_act.c641 tGATT_IF gatt_if; in bta_gatts_indicate_handle() local
785 tGATT_IF gatt_if; in bta_gatts_close() local
869 tGATT_IF gatt_if; in bta_gatts_send_request_cback() local
916 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in bta_gatts_conn_cback()
967 tGATT_IF gatt_if; in bta_gatts_cong_cback() local
Dbta_gattc_act.c693 tBTA_GATTC_IF gatt_if; in bta_gattc_conn() local
2026 tBTA_GATTC_IF gatt_if; in bta_gattc_process_indicate() local
Dbta_gattc_utils.c595 tBTA_GATTC_IF gatt_if; in bta_gattc_clear_notif_registration() local
Dbta_gatts_int.h186 tBTA_GATTS_IF gatt_if; member
/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_eng_int.h54 tGATT_IF gatt_if; member
Dsrvc_eng.c353 static void srvc_eng_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in srvc_eng_connect_cback()
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c528 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gap_ble_c_connect_cback()
Dgap_int.h180 tGATT_IF gatt_if; member
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_int.h313 tBTA_GATTC_IF gatt_if; member