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()
393 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in GATTS_DeleteService()
463 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, in GATTS_StartService()
602 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueIndication() local
672 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueNotification() local
716 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_SendRsp() local
769 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); in GATTC_ConfigureMTU() local
821 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); in GATTC_Discover() local
890 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); in GATTC_Read() local
978 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); in GATTC_Write() local
[all …]
Dgatt_utils.c1324 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_sr_send_req_callback() local
1468 tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if) in gatt_get_regcb()
1525 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); in gatt_clcb_alloc() local
1782 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()
1817 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()
1852 BOOLEAN gatt_cancel_open(tGATT_IF gatt_if, BD_ADDR bda) in gatt_cancel_open()
2225 BOOLEAN gatt_is_bg_dev_for_app(tGATT_BG_CONN_DEV *p_dev, tGATT_IF gatt_if) in gatt_is_bg_dev_for_app()
2299 tGATT_IF gatt_if = p_reg->gatt_if; in gatt_add_bg_dev_list() local
2371 BOOLEAN gatt_remove_bg_dev_for_app(tGATT_IF gatt_if, BD_ADDR bd_addr) in gatt_remove_bg_dev_for_app()
2454 tGATT_IF gatt_if = p_reg->gatt_if; in gatt_remove_bg_dev_from_list() local
[all …]
Dgatt_attr.c216 static void gatt_profile_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gatt_profile_connect_cback()
Dgatt_main.c226 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()
278 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.h35 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) ((UINT16) ((((UINT8)(tcb_idx) ) << 8) | ((UINT8) (ga… argument
224 tGATT_IF gatt_if; /* this service is belong to which application */ member
240 tGATT_IF gatt_if; /* one based */ member
441 tGATT_IF gatt_if[GATT_MAX_APPS]; member
464 tGATT_IF gatt_if; member
Dgatt_sr.c260 tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, in gatt_sr_process_app_rsp()
334 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.c629 tGATT_IF gatt_if; in bta_gatts_indicate_handle() local
755 tGATT_IF gatt_if; in bta_gatts_close() local
834 tGATT_IF gatt_if; in bta_gatts_send_request_cback() local
879 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in bta_gatts_conn_cback()
Dbta_gattc_act.c667 tBTA_GATTC_IF gatt_if; in bta_gattc_conn() local
1875 tBTA_GATTC_IF gatt_if; in bta_gattc_process_indicate() local
Dbta_gattc_utils.c725 tBTA_GATTC_IF gatt_if; in bta_gattc_clear_notif_registration() local
Dbta_gatts_int.h184 tBTA_GATTS_IF gatt_if; member
/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_eng_int.h54 tGATT_IF gatt_if; member
Dsrvc_eng.c342 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.c611 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.h316 tBTA_GATTC_IF gatt_if; member