Searched refs:stop_timer (Results 1 - 2 of 2) sorted by relevance

/system/bt/btif/include/
H A Dbtif_gatt_multi_adv_util.h80 extern void btif_gattc_clear_clientif(int client_if, BOOLEAN stop_timer);
81 extern void btif_gattc_cleanup_inst_cb(int inst_id, BOOLEAN stop_timer);
83 BOOLEAN stop_timer);
/system/bt/btif/src/
H A Dbtif_gatt_multi_adv_util.c489 void btif_gattc_clear_clientif(int client_if, BOOLEAN stop_timer) argument
500 btif_gattc_cleanup_inst_cb(p_multi_adv_data_cb->clntif_map[i+1], stop_timer);
501 if (stop_timer)
512 void btif_gattc_cleanup_inst_cb(int inst_id, BOOLEAN stop_timer) argument
527 btif_gattc_cleanup_multi_inst_cb(&p_multi_adv_data_cb->inst_cb[cbindex], stop_timer);
531 BOOLEAN stop_timer)
537 if (stop_timer)
530 btif_gattc_cleanup_multi_inst_cb(btgatt_multi_adv_inst_cb *p_multi_inst_cb, BOOLEAN stop_timer) argument

Completed in 4 milliseconds