Searched defs:db (Results 1 - 6 of 6) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_api.c314 ** db: output parameter which will contain the GATT database copy.
320 btgatt_db_element_t **db, int *count)
322 bta_gattc_get_gatt_db(conn_id, start_handle, end_handle, db, count);
319 BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, int *count) argument
H A Dbta_gattc_cache.c1143 ** Returns number of elements inside db from start_handle to end_handle
1187 ** Description copy the server GATT database into db parameter.
1190 ** db: output parameter which will contain GATT database copy.
1200 btgatt_db_element_t **db,
1208 *db = NULL;
1294 *db = buffer;
1302 ** Description copy the server GATT database into db parameter.
1305 ** db: output parameter which will contain GATT database copy.
1312 void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, int *count) argument
1333 bta_gattc_get_gatt_db_impl(p_clcb->p_srcb, start_handle, end_handle, db, coun
1198 bta_gattc_get_gatt_db_impl(tBTA_GATTC_SERV *p_srvc_cb, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, int *count) argument
[all...]
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Ddd.h75 u_char *db; /* buffer address */ member in struct:__anon1722
/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cpp237 void GetGattDbCallback(int conn_id, btgatt_db_element_t *db, int size) { argument
243 GetGattDbCallback(g_interface, conn_id, db, size));
/system/sepolicy/tools/
H A Dcheck_seapp.c146 sepol_policydb_t *db; member in struct:policy_info
173 .db = NULL,
296 * @param db
297 * The policy db to search
307 static int check_type(sepol_policydb_t *db, char *type) { argument
311 policydb_t *d = (policydb_t *)db;
384 if(!check_type(pol.db, value)) {
402 int ret = sepol_mls_check(pol.handle, pol.db, value);
880 if (sepol_policydb_create(&pol.db) < 0) {
881 log_error("Could not create sepolicy db
[all...]
/system/bt/btif/src/
H A Dbtif_gatt_client.c1238 btgatt_db_element_t *db = NULL; local
1240 BTA_GATTC_GetGattDb(p_cb->conn_id, 0x0000, 0xFFFF, &db, &count);
1243 p_cb->conn_id, db, count);
1244 osi_free(db);

Completed in 373 milliseconds