[BLE] What is the right command to set indication on a GATT Client Characteristic Configuration?

How do i enable indication on GATT Client Characteristic Configuration, which one is the correct command?

cccd.requestWrite([2,0]b);
cccd.requestWrite([0,2]b);
Im an not sure how the byte array is mapped on the bit fields.