Searched refs:BT_DATA_UUID16_ALL (Results  1 – 25 of 34) sorted by relevance
12
| /Zephyr-latest/samples/bluetooth/beacon/src/ | 
| D | main.c | 27 	BT_DATA_BYTES(BT_DATA_UUID16_ALL, 0xaa, 0xfe),
  | 
| /Zephyr-latest/samples/bluetooth/peripheral_dis/src/ | 
| D | main.c | 26 	BT_DATA_BYTES(BT_DATA_UUID16_ALL, BT_UUID_16_ENCODE(BT_UUID_DIS_VAL)),
  | 
| /Zephyr-latest/samples/bluetooth/peripheral_ht/src/ | 
| D | main.c | 28 	BT_DATA_BYTES(BT_DATA_UUID16_ALL,
  | 
| /Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/src/ | 
| D | main.c | 30 	BT_DATA_BYTES(BT_DATA_UUID16_ALL, 0xaa, 0xfe),
  | 
| /Zephyr-latest/tests/bluetooth/shell/src/ | 
| D | main.c | 40 	BT_DATA_BYTES(BT_DATA_UUID16_ALL,
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | solicitation.c | 198 	if (type != BT_DATA_UUID16_SOME && type != BT_DATA_UUID16_ALL) {  in bt_mesh_sol_recv() 200 			type, BT_DATA_UUID16_SOME, BT_DATA_UUID16_ALL);  in bt_mesh_sol_recv() 524 		BT_DATA_BYTES(BT_DATA_UUID16_ALL,  in bt_mesh_sol_send()
  | 
| D | pb_gatt_srv.c | 213 	BT_DATA_BYTES(BT_DATA_UUID16_ALL,
  | 
| D | adv.c | 356 		case BT_DATA_UUID16_ALL:  in bt_mesh_scan_cb()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/ | 
| D | peripheral_test.c | 68 	BT_DATA_BYTES(BT_DATA_UUID16_ALL, BT_UUID_16_ENCODE(BT_UUID_BAS_VAL)),
  | 
| /Zephyr-latest/samples/bluetooth/peripheral_hids/src/ | 
| D | main.c | 29 	BT_DATA_BYTES(BT_DATA_UUID16_ALL,
  | 
| /Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/ | 
| D | test_connect2.c | 93 	BT_DATA_BYTES(BT_DATA_UUID16_ALL,
  | 
| D | test_connect1.c | 340 	case BT_DATA_UUID16_ALL:  in eir_found()
  | 
| /Zephyr-latest/samples/bluetooth/hap_ha/src/ | 
| D | main.c | 49 	BT_DATA_BYTES(BT_DATA_UUID16_ALL, BT_UUID_16_ENCODE(BT_UUID_ASCS_VAL)),
  | 
| /Zephyr-latest/samples/bluetooth/peripheral_hr/src/ | 
| D | main.c | 25 	BT_DATA_BYTES(BT_DATA_UUID16_ALL,
  | 
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/ | 
| D | main.c | 34 	BT_DATA_BYTES(BT_DATA_UUID16_ALL,
  | 
| /Zephyr-latest/samples/bluetooth/central_hr/src/ | 
| D | main.c | 112 	case BT_DATA_UUID16_ALL:  in eir_found()
  | 
| /Zephyr-latest/samples/bluetooth/central_ht/src/ | 
| D | main.c | 170 	case BT_DATA_UUID16_ALL:  in eir_found()
  | 
| /Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/ | 
| D | main.c | 33 	BT_DATA_BYTES(BT_DATA_UUID16_ALL, BT_UUID_16_ENCODE(BT_UUID_HRS_VAL)),
  | 
| /Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ | 
| D | test_past.c | 86 	case BT_DATA_UUID16_ALL:  in eir_found() 290 	BT_DATA_BYTES(BT_DATA_UUID16_ALL,
  | 
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_proxy_sol.c | 190 		BT_DATA_BYTES(BT_DATA_UUID16_ALL,  in sol_fixed_pdu_send()
  | 
| /Zephyr-latest/samples/bluetooth/peripheral_csc/src/ | 
| D | main.c | 367 	BT_DATA_BYTES(BT_DATA_UUID16_ALL,
  | 
| /Zephyr-latest/include/zephyr/bluetooth/ | 
| D | gap.h | 43 #define BT_DATA_UUID16_ALL               0x03 /**< 16-bit UUID, all listed */  macro
  | 
| /Zephyr-latest/tests/bsim/bluetooth/audio/src/ | 
| D | common.c | 56 	BT_DATA_BYTES(BT_DATA_UUID16_ALL, BT_UUID_16_ENCODE(BT_UUID_BASS_VAL),
  | 
| /Zephyr-latest/samples/bluetooth/peripheral/src/ | 
| D | main.c | 223 	BT_DATA_BYTES(BT_DATA_UUID16_ALL,
  | 
| /Zephyr-latest/samples/bluetooth/peripheral_ots/src/ | 
| D | main.c | 32 	BT_DATA_BYTES(BT_DATA_UUID16_ALL, BT_UUID_16_ENCODE(BT_UUID_OTS_VAL)),
  | 
        12