This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE_GAP_EVT_ADV_REPORT

Hi Nordic, I have decoded the advertise report below. Will you please confirm my understanding is correct. Especially [02] --> NUS_SERVICE_UUID_TYPE [01] --> BLE_UUID_NUS_SERVICE is it correct ?

static void on_ble_evt(ble_evt_t * p_ble_evt) { case BLE_GAP_EVT_ADV_REPORT: {

			0c 09 4e 6f 72 64 69 63 5f 55 41 52 54 02 01 05 
				[0C]  	  N  o  r  d  i  c  _  U  A  R  T  [02]  [01]  [05] 
				[0C] --> TOTAL LENGTH = 09 + N  o  r  d  i  c  _  U  A  R  T
       09  --> #define BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME                 0x09 // Complete local device name. 
				[02] --> NUS_SERVICE_UUID_TYPE
				[01] --> BLE_UUID_NUS_SERVICE
				[05] -->advdata.flags              = BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE;

Thanks and Regards Lakshman,PMP,PMI-RMP

Related