Home | History | Annotate | Download | only in jni

Lines Matching full:char_id

276                 btgatt_srvc_id_t *srvc_id, btgatt_char_id_t *char_id,
281 , conn_id, status, SRVC_ID_PARAMS(srvc_id), CHAR_ID_PARAMS(char_id)
287 btgatt_srvc_id_t *srvc_id, btgatt_char_id_t *char_id,
292 , conn_id, status, SRVC_ID_PARAMS(srvc_id), CHAR_ID_PARAMS(char_id)
307 btgatt_srvc_id_t *srvc_id, btgatt_char_id_t *char_id)
311 , conn_id, status, registered, SRVC_ID_PARAMS(srvc_id), CHAR_ID_PARAMS(char_id));
330 , CHAR_ID_PARAMS((&p_data->char_id)), p_data->is_notify, jb);
355 , CHAR_ID_PARAMS((&p_data->char_id)), p_data->value_type, jb);
365 , CHAR_ID_PARAMS((&p_data->char_id)));
393 , CHAR_ID_PARAMS((&p_data->char_id)), UUID_PARAMS((&p_data->descr_id))
405 , CHAR_ID_PARAMS((&p_data->char_id)), UUID_PARAMS((&p_data->descr_id)));
493 void btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id,
498 status, server_if, UUID_PARAMS(char_id),
819 btgatt_char_id_t char_id;
820 char_id.inst_id = (uint8_t) char_id_inst_id;
821 set_uuid(char_id.uuid.uu, char_id_uuid_msb, char_id_uuid_lsb);
827 sGattIf->client->get_characteristic(conn_id, &srvc_id, &char_id);
846 btgatt_char_id_t char_id;
847 char_id.inst_id = (uint8_t) char_id_inst_id;
848 set_uuid(char_id.uuid.uu, char_id_uuid_msb, char_id_uuid_lsb);
855 sGattIf->client->get_descriptor(conn_id, &srvc_id, &char_id, 0);
857 sGattIf->client->get_descriptor(conn_id, &srvc_id, &char_id, &descr_id);
901 btgatt_char_id_t char_id;
902 char_id.inst_id = (uint8_t) char_id_inst_id;
903 set_uuid(char_id.uuid.uu, char_id_uuid_msb, char_id_uuid_lsb);
905 sGattIf->client->read_characteristic(conn_id, &srvc_id, &char_id, authReq);
923 btgatt_char_id_t char_id;
924 char_id.inst_id = (uint8_t) char_id_inst_id;
925 set_uuid(char_id.uuid.uu, char_id_uuid_msb, char_id_uuid_lsb);
930 sGattIf->client->read_descriptor(conn_id, &srvc_id, &char_id, &descr_id, authReq);
947 btgatt_char_id_t char_id;
948 char_id.inst_id = (uint8_t) char_id_inst_id;
949 set_uuid(char_id.uuid.uu, char_id_uuid_msb, char_id_uuid_lsb);
955 sGattIf->client->write_characteristic(conn_id, &srvc_id, &char_id,
982 btgatt_char_id_t char_id;
983 char_id.inst_id = (uint8_t) char_id_inst_id;
984 set_uuid(char_id.uuid.uu, char_id_uuid_msb, char_id_uuid_lsb);
993 sGattIf->client->write_descriptor(conn_id, &srvc_id, &char_id, &descr_id,
1013 btgatt_char_id_t char_id;
1014 char_id.inst_id = (uint8_t) char_id_inst_id;
1015 set_uuid(char_id.uuid.uu, char_id_uuid_msb, char_id_uuid_lsb);
1022 sGattIf->client->register_for_notification(clientIf, &bd_addr, &srvc_id, &char_id);
1024 sGattIf->client->deregister_for_notification(clientIf, &bd_addr, &srvc_id, &char_id);