/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_api.c | 141 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 …]
|
D | gatt_utils.c | 1324 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 …]
|
D | gatt_attr.c | 216 static void gatt_profile_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gatt_profile_connect_cback()
|
D | gatt_main.c | 226 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()
|
D | gatt_int.h | 35 #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
|
D | gatt_sr.c | 260 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/ |
D | btif_gatt_test.c | 52 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/ |
D | bta_gatts_act.c | 629 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()
|
D | bta_gattc_act.c | 667 tBTA_GATTC_IF gatt_if; in bta_gattc_conn() local 1875 tBTA_GATTC_IF gatt_if; in bta_gattc_process_indicate() local
|
D | bta_gattc_utils.c | 725 tBTA_GATTC_IF gatt_if; in bta_gattc_clear_notif_registration() local
|
D | bta_gatts_int.h | 184 tBTA_GATTS_IF gatt_if; member
|
/external/bluetooth/bluedroid/stack/srvc/ |
D | srvc_eng_int.h | 54 tGATT_IF gatt_if; member
|
D | srvc_eng.c | 342 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/ |
D | gap_ble.c | 611 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gap_ble_c_connect_cback()
|
D | gap_int.h | 180 tGATT_IF gatt_if; member
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_int.h | 316 tBTA_GATTC_IF gatt_if; member
|