Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

add unsubscribe to BLE_Send_Data_After_Disconnected #1503

Merged
merged 1 commit into from
Nov 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,10 @@ TEST( Full_BLE_Integration_Test_Connection, BLE_Send_Data_After_Disconnected )
IotTestBleHal_ReadResponse( bletestATTR_SRVCB_CHAR_A, xReadEvent, true );
IotTestBleHal_CheckIndicationNotification( false, true );
IotTestBleHal_CheckIndicationNotification( true, true );

/* unsubscribe notification&indication */
IotTestBleHal_checkNotificationIndication( bletestATTR_SRVCB_CCCD_E, false );
IotTestBleHal_checkNotificationIndication( bletestATTR_SRVCB_CCCD_F, false );
}

/* trigger Adv Stop callback AdvStartCB(with start=false) when Adv timeout. */
Expand Down