IB_SVC_DATA_LEN
bcopy(sbindp->sbind_data, srv_rec.ServiceData, IB_SVC_DATA_LEN);
bcopy(sbindp->sbind_data, srv_rec.ServiceData, IB_SVC_DATA_LEN);
for (i = 0; i < IB_SVC_DATA_LEN; i += 8) {
uint8_t sbind_data[IB_SVC_DATA_LEN]; /* ServiceData */
uint8_t ServiceData[IB_SVC_DATA_LEN];