Hello Nordic Team,
Please, I would like to ask some questions about BLE based smart-phone accessory.
Actually, I think about using a BLE based accessory (for instance, a BLE based Selfie Button) to send button pressed/released commands to an nRF51822 device.
Q1: What is the most common BLE profile used by such devices (e.g: BLE based Selfie Button) to remotely control a phone peripheral (e.g: Phone Camera)? is it the HID Over GATT Profile (HOGP) ?
Q2: In case, I would like to use a BLE based accessory device (e.g: BLE based Selfie Button) to communicate with my nRF51822 chip (Configured as a Client GATT role and a Central GAP role) what should be exactly implemented in the nRF51822 side? should I provide a complete HOGP Central (or other protocol) implementation ? and if so, would it be worthwhile! since I only need to send the button status ?
Many thanks in advance.