Searched refs:ispairing (Results 1 – 4 of 4) sorted by relevance
1578 if (!btrtl_coex.ispairing) { in rtk_handle_pin_code_req()1579 btrtl_coex.ispairing = 1; in rtk_handle_pin_code_req()1591 if (!btrtl_coex.ispairing) { in rtk_handle_io_capa_req()1592 btrtl_coex.ispairing = 1; in rtk_handle_io_capa_req()1604 if (btrtl_coex.ispairing) { in rtk_handle_auth_request()1605 btrtl_coex.ispairing = 0; in rtk_handle_auth_request()1617 if (btrtl_coex.ispairing) { in rtk_handle_link_key_notify()1618 btrtl_coex.ispairing = 0; in rtk_handle_link_key_notify()2067 if (btrtl_coex.ispairing) { //for slave: connection will be disconnected if authentication fail in rtk_handle_disconnect_complete_evt()2068 btrtl_coex.ispairing = 0; in rtk_handle_disconnect_complete_evt()
259 uint8_t ispairing; member