/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_l2c.c | 187 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_data_received() 331 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_br_data_received()
|
D | smp_utils.c | 362 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_send_cmd() 949 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_reset_control_value()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_utils.c | 243 btu_stop_timer (&p_mcb->tle); in rfc_timer_stop() 290 btu_stop_timer (&p_port->rfc.tle); in rfc_port_timer_stop()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_acl.c | 1903 btu_stop_timer(&btm_cb.devcb.qossu_timer); in BTM_SetQoS() 1929 btu_stop_timer (&btm_cb.devcb.qossu_timer); in btm_qos_setup_complete() 2007 btu_stop_timer (&btm_cb.devcb.rssi_timer); in BTM_ReadRSSI() 2051 btu_stop_timer (&btm_cb.devcb.lnk_quality_timer); in BTM_ReadLinkQuality() 2109 btu_stop_timer (&btm_cb.devcb.tx_power_timer); in BTM_ReadTxPower() 2143 btu_stop_timer (&btm_cb.devcb.set_acl_pkt_types_timer); in BTM_SetAclPktTypes() 2164 btu_stop_timer (&btm_cb.devcb.set_acl_pkt_types_timer); in btm_acl_pkt_types_changed() 2203 btu_stop_timer (&btm_cb.devcb.tx_power_timer); in BTM_BleReadAdvTxPower() 2240 btu_stop_timer (&btm_cb.devcb.tx_power_timer); in btm_read_tx_power_complete() 2294 btu_stop_timer (&btm_cb.devcb.rssi_timer); in btm_read_rssi_complete() [all …]
|
D | btm_inq.c | 1237 btu_stop_timer (&btm_cb.devcb.txpwer_timer); in BTM_ReadInquiryRspTxPower() 1269 btu_stop_timer (&p_inq->inq_timer_ent); in btm_inq_db_reset() 1289 btu_stop_timer (&p_inq->rmt_name_timer_ent); in btm_inq_db_reset() 2282 btu_stop_timer (&p_inq->rmt_name_timer_ent); in btm_process_remote_name() 2359 btu_stop_timer (&btm_cb.devcb.txpwer_timer); in btm_read_linq_tx_power_complete()
|
D | btm_ble_gap.c | 2614 btu_stop_timer(&p_cb->fast_adv_timer); in btm_ble_set_discoverability() 2713 btu_stop_timer(&p_cb->fast_adv_timer); in btm_ble_set_connectability() 2935 btu_stop_timer(&p_inq->rmt_name_timer_ent); in btm_ble_cancel_remote_name() 3932 btu_stop_timer (&p_ble_cb->inq_var.inq_timer_ent); in btm_ble_stop_inquiry() 3967 btu_stop_timer (&p_ble_cb->obs_timer_ent); in btm_ble_stop_observe() 3996 btu_stop_timer (&p_ble_cb->scan_timer_ent); in btm_ble_stop_discover()
|
D | btm_sec.c | 3703 btu_stop_timer (&btm_cb.pairing_tle); in btm_simple_pair_complete() 5740 btu_stop_timer (&btm_cb.pairing_tle); in btm_sec_change_pairing_state()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_csm.c | 229 btu_stop_timer (&p_ccb->p_lcb->timer_entry); in l2c_csm_closed() 718 btu_stop_timer (&p_ccb->timer_entry); in l2c_csm_config() 750 btu_stop_timer (&p_ccb->timer_entry); in l2c_csm_config() 802 btu_stop_timer (&p_ccb->timer_entry); in l2c_csm_config() 940 btu_stop_timer(&p_ccb->timer_entry); in l2c_csm_open()
|
D | l2c_ble.c | 364 btu_stop_timer(&p_lcb->timer_entry); in l2cble_scanner_conn_comp() 650 btu_stop_timer(&p_lcb->upda_con_timer); in l2cble_process_conn_update_evt() 661 btu_stop_timer (&p_lcb->timer_entry); in l2cble_process_conn_update_evt() 689 btu_stop_timer (&p_lcb->upda_con_timer); in l2cble_get_conn_param_format_err_from_contoller() 791 btu_stop_timer(&p_lcb->upda_con_timer); in l2cble_process_sig_cmd()
|
D | l2c_main.c | 449 btu_stop_timer (&p_lcb->info_timer_entry); in process_l2cap_cmd() 744 btu_stop_timer (&p_lcb->info_timer_entry); in process_l2cap_cmd() 822 btu_stop_timer(&l2cb.rcv_hold_tle); in l2c_process_held_packets()
|
D | l2c_ucd.c | 1036 btu_stop_timer (&p_ccb->timer_entry); in l2c_ucd_process_event() 1044 btu_stop_timer (&p_ccb->timer_entry); in l2c_ucd_process_event()
|
D | l2c_link.c | 220 btu_stop_timer (&p_lcb->timer_entry); in l2c_link_hci_conn_comp()
|
D | l2c_utils.c | 2706 btu_stop_timer(&p_lcb->timer_entry); in l2cu_initialize_fixed_ccb() 2815 btu_stop_timer(&p_lcb->timer_entry); in l2cu_no_dynamic_ccbs()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btu.h | 251 void btu_stop_timer (TIMER_LIST_ENT *p_tle);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_scb_act.c | 1026 btu_stop_timer(&p_scb->timer_entry); in avdt_scb_hdl_tc_close() 1081 btu_stop_timer(&p_scb->timer_entry); in avdt_scb_hdl_delay_rpt_cmd() 1111 btu_stop_timer(&p_scb->timer_entry); in avdt_scb_hdl_delay_rpt_rsp() 1197 btu_stop_timer(&p_scb->timer_entry); in avdt_scb_hdl_tc_open()
|
D | avdt_ccb_act.c | 947 btu_stop_timer(&p_ccb->timer_entry); in avdt_ccb_chk_timer()
|
D | avdt_msg.c | 1734 btu_stop_timer(&p_ccb->timer_entry); in avdt_msg_ind()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_task.c | 464 void btu_stop_timer(TIMER_LIST_ENT *p_tle) in btu_stop_timer() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidh_api.c | 555 btu_stop_timer( &(hh_cb.devices[dev_handle].conn.timer_entry) ) ; in HID_HostCloseDev()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 1202 btu_stop_timer (&p_tcb->ind_ack_timer_ent); in GATTC_SendHandleValueConfirm() 1384 btu_stop_timer(&p_clcb->rsp_timer_ent); in GATT_Deregister()
|
D | gatt_utils.c | 2320 btu_stop_timer(&p_clcb->rsp_timer_ent); in gatt_end_operation() 2364 btu_stop_timer(&p_clcb->rsp_timer_ent); in gatt_cleanup_upon_disc()
|
D | gatt_cl.c | 1169 btu_stop_timer (&p_clcb->rsp_timer_ent); in gatt_client_handle_server_rsp()
|
D | gatt_sr.c | 1712 btu_stop_timer (&p_tcb->conf_timer_ent); in gatts_process_value_conf()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_discovery.c | 224 btu_stop_timer (&p_ccb->timer_entry); in sdp_disc_server_rsp()
|